Verwendungen von Schnittstelle
org.jmolecules.ddd.types.Identifier
Packages, die Identifier verwenden
-
Verwendungen von Identifier in org.jmolecules.ddd.types
Klassen in org.jmolecules.ddd.types mit Typparametern vom Typ IdentifierModifizierer und TypSchnittstelleBeschreibunginterfaceAggregateRoot<T extends AggregateRoot<T,ID>, ID extends Identifier> Identifies an aggregate root, i.e. the root entity of an aggregate.interfaceAssociation<T extends AggregateRoot<T,ID>, ID extends Identifier> An association to anAggregateRoot.interfaceRepository<T extends AggregateRoot<T,ID>, ID extends Identifier> Identifies aRepository.Methoden in org.jmolecules.ddd.types mit Typparametern vom Typ IdentifierModifizierer und TypMethodeBeschreibungstatic <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.