Uses of Interface
org.seedstack.business.specification.dsl.AggregateSelector
-
Packages that use AggregateSelector Package Description org.seedstack.business.specification.dsl Provides a fluent DSL that facilitates the creation of complex composite specifications. -
-
Uses of AggregateSelector in org.seedstack.business.specification.dsl
Classes in org.seedstack.business.specification.dsl with type parameters of type AggregateSelector Modifier and Type Interface Description interfaceAggregateSelector<A extends AggregateRoot<I>,I,S extends AggregateSelector<A,I,S>>An element of theSpecificationBuilderDSL to select the identity of the aggregate a clause will apply to.Methods in org.seedstack.business.specification.dsl with type parameters of type AggregateSelector Modifier and Type Method Description <A extends AggregateRoot<I>,I,S extends AggregateSelector<A,I,S>>
SSpecificationBuilder. ofAggregate(Class<A> aggregateClass)Starts the building of a composite specification that applies on anyAggregateRoot.
-