Uses of Class
org.tentackle.model.impl.EntityImpl
-
Packages that use EntityImpl Package Description org.tentackle.model.impl Default model implementation. -
-
Uses of EntityImpl in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return EntityImpl Modifier and Type Method Description EntityImplEntityFactoryImpl. createEntity(SourceInfo sourceInfo)Methods in org.tentackle.model.impl with parameters of type EntityImpl Modifier and Type Method Description intEntityImpl. compareTo(EntityImpl o)protected voidEntityFactoryImpl. processAttribute(EntityImpl entity, AttributeLine line)Processes an attribute line.protected voidEntityFactoryImpl. processAttributeOption(EntityImpl entity, OptionLine line)Processes an attribute option line.protected voidEntityFactoryImpl. processConfiguration(EntityImpl entity, ConfigurationLine line)Processes a configuration line.protected voidEntityFactoryImpl. processGlobalOptions(EntityImpl entity, GlobalOptionLine line)Processes a global option line.protected voidEntityFactoryImpl. processIndexConfiguration(EntityImpl entity, ConfigurationLine line)Processes an index configuration line.
Requires the attribute already processed.protected voidEntityFactoryImpl. processRelation(EntityImpl entity, RelationLine line)Processes a relation line.protected voidEntityFactoryImpl. processRelationOption(EntityImpl entity, OptionLine line)Processes a relation option line.
-