Uses of Interface
org.jmolecules.ddd.types.AggregateRoot
-
Packages that use AggregateRoot Package Description org.jmolecules.ddd.types Types to define Domain-Driven Design building blocks. -
-
Uses of AggregateRoot in org.jmolecules.ddd.types
Classes in org.jmolecules.ddd.types with type parameters of type AggregateRoot Modifier and Type Interface Description interfaceAggregateRoot<T extends AggregateRoot<T,ID>,ID extends Identifier>Identifies an aggregate root, i.e.interfaceAssociation<T extends AggregateRoot<T,ID>,ID extends Identifier>An association to anAggregateRoot.interfaceEntity<T extends AggregateRoot<T,?>,ID>Identifies anEntity.interfaceRepository<T extends AggregateRoot<T,ID>,ID extends Identifier>Identifies aRepository.(package private) classSimpleAssociation<T extends AggregateRoot<T,ID>,ID extends Identifier>Simple implementation ofAssociationto effectively only defineSimpleAssociation.equals(Object)andSimpleAssociation.hashCode()onAssociation's static factory methods.Methods in org.jmolecules.ddd.types with type parameters of type AggregateRoot Modifier and Type Method Description static <T extends AggregateRoot<T,ID>,ID extends Identifier>
Association<T,ID>Association. forAggregate(T aggregate)static <T extends AggregateRoot<T,ID>,ID extends Identifier>
Association<T,ID>Association. forId(ID identifier)Creates anAssociationpointing to the givenIdentifier.
-