Uses of Interface
org.tentackle.model.EntityFactory
Packages that use EntityFactory
Package
Description
Entity model.
Default model implementation.
-
Uses of EntityFactory in org.tentackle.model
Methods in org.tentackle.model that return EntityFactory -
Uses of EntityFactory in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement EntityFactoryMethods in org.tentackle.model.impl that return EntityFactoryModifier and TypeMethodDescriptionprotected EntityFactoryModelImpl.createEntityFactory()Creates the entity factory for this model.
The method is invoked once from within the Model constructor.ModelImpl.getEntityFactory()Constructors in org.tentackle.model.impl with parameters of type EntityFactoryModifierConstructorDescriptionEntityOptionsImpl(EntityFactory factory, Entity entity, SourceInfo sourceInfo) Creates entity options.