| Interface | Description |
|---|---|
| ConfigurableEntityFactory<T extends Entity> | |
| EntityFactory<T extends Entity> | Deprecated
since 0.7.0; use EntitySpec instead, as the factory does not put the entity through the initialization process
|
| EntityFactoryForLocation<T extends Entity> |
dispatch interface to allow an EntityFactory to indicate it might be able to discover
other factories for specific locations (e.g.
|
| Class | Description |
|---|---|
| AbstractConfigurableEntityFactory<T extends Entity> | |
| ApplicationBuilder | Deprecated
since 0.9.0; use
EntitySpec and EntityManager.createEntity(EntitySpec), having
added the children to the spec etc. |
| BasicConfigurableEntityFactory<T extends Entity> | Deprecated
since 0.7.0; use EntitySpec instead, as per
EntityFactory javadoc |
| ClosureEntityFactory<T extends Entity> | |
| ConfigurableEntityFactoryFromEntityFactory<T extends Entity> |