Uses of Interface
org.tentackle.model.EntityFactory
-
Packages that use EntityFactory Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of EntityFactory in org.tentackle.model
Methods in org.tentackle.model that return EntityFactory Modifier and Type Method Description EntityFactoryModel. getEntityFactory()Gets the entity factory singleton. -
Uses of EntityFactory in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement EntityFactory Modifier and Type Class Description classEntityFactoryImplThe default entity model factory.Methods in org.tentackle.model.impl that return EntityFactory Modifier and Type Method Description protected EntityFactoryModelImpl. createEntityFactory()Creates the entity factory for this model.
The method is invoked once from within the Model constructor.EntityFactoryModelImpl. getEntityFactory()Constructors in org.tentackle.model.impl with parameters of type EntityFactory Constructor Description EntityOptionsImpl(EntityFactory factory, Entity entity, SourceInfo sourceInfo)Creates entity options.
-