A
- the type of the aggregateI
- the type of the identifier of the aggregate.S
- the type of the selector.public interface AggregateSelector<A extends AggregateRoot<I>,I,S extends AggregateSelector<A,I,S>> extends PropertySelector<A,S>
SpecificationBuilder
DSL to select the identity of the aggregate a
clause will apply to.Modifier and Type | Method and Description |
---|---|
IdentityPicker<A,I,S> |
identity()
Selects the identity of the aggregate to be the subject of a specification.
|
property
all, none, whole
IdentityPicker<A,I,S> identity()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.