Verwendungen von Schnittstelle
org.jmolecules.ddd.types.Association
Packages, die Association verwenden
-
Verwendungen von Association in org.jmolecules.ddd.types
Methoden in org.jmolecules.ddd.types, die Association zurückgebenModifizierer 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.Methoden in org.jmolecules.ddd.types mit Parametern vom Typ AssociationModifizierer und TypMethodeBeschreibungdefault booleanAssociation.pointsToSameAggregateAs(Association<?, ID> other) Returns whether the currentAssociationpoints to the sameAggregateRootas the given one.