Uses of Interface
org.symphonyoss.s2.canon.runtime.IEntityBuilder
-
Packages that use IEntityBuilder Package Description org.symphonyoss.s2.canon.runtime -
-
Uses of IEntityBuilder in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime with type parameters of type IEntityBuilder Modifier and Type Class Description classEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.interfaceIBuilderFactory<S extends IEntity,B extends IEntityBuilder>A factory for an entity builder.interfaceIEntityFactory<E extends IEntity,S extends IEntity,B extends IEntityBuilder>A factory for an enclosing entity type.Classes in org.symphonyoss.s2.canon.runtime that implement IEntityBuilder Modifier and Type Class Description classEntityBuilder<B extends EntityBuilder<B,T>,T extends IEntity>A builder for some entity type.Constructors in org.symphonyoss.s2.canon.runtime with parameters of type IEntityBuilder Constructor Description Entity(IEntityBuilder canonOther)Constructor from another instance, usually a Builder.
-