Uses of Interface
org.seedstack.business.domain.Factory
-
Packages that use Factory Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of Factory in org.seedstack.business.domain
Methods in org.seedstack.business.domain with type parameters of type Factory Modifier and Type Method Description <F extends Factory<P>,P extends Producible>
FDomainRegistry. getFactory(Type factoryType)Get aFactoryfrom the domain.<F extends Factory<P>,P extends Producible>
FDomainRegistry. getFactory(Type factoryType, Class<? extends Annotation> qualifier)Get aFactoryfrom the domain.<F extends Factory<P>,P extends Producible>
FDomainRegistry. getFactory(Type factoryType, String qualifier)Get aFactoryfrom the domain.Methods in org.seedstack.business.domain that return Factory Modifier and Type Method Description <P extends Producible>
Factory<P>DomainRegistry. getFactory(Class<P> producibleClass)Get theFactoryfor an aggregate root.<P extends Producible>
Factory<P>DomainRegistry. getFactory(Class<P> producibleClass, Class<? extends Annotation> qualifier)Get theFactorywith a qualifier for an aggregate root.<P extends Producible>
Factory<P>DomainRegistry. getFactory(Class<P> producibleClass, String qualifier)Get theFactorywith a qualifier for an aggregate root.
-