Uses of Interface
org.symphonyoss.s2.canon.runtime.IEntityFactory
-
Packages that use IEntityFactory Package Description org.symphonyoss.s2.canon.runtime -
-
Uses of IEntityFactory in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime that implement IEntityFactory Modifier and Type Class Description classEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.Methods in org.symphonyoss.s2.canon.runtime with parameters of type IEntityFactory Modifier and Type Method Description ModelRegistryModelRegistry. withFactories(IEntityFactory<?,?,?>... factories)Create a registry with the given models.
-