Uses of Class
org.tentackle.model.impl.EntityImpl
Packages that use EntityImpl
-
Uses of EntityImpl in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return EntityImplMethods in org.tentackle.model.impl with parameters of type EntityImplModifier and TypeMethodDescriptionEntityOptionsImpl.clone(EntityImpl entity) Clones options for another entity instance.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.