Uses of Interface
org.jmolecules.ddd.types.Identifiable
-
Packages that use Identifiable Package Description org.jmolecules.ddd.types Types to define Domain-Driven Design building blocks. -
-
Uses of Identifiable in org.jmolecules.ddd.types
Subinterfaces of Identifiable in org.jmolecules.ddd.types 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.Classes in org.jmolecules.ddd.types that implement Identifiable Modifier and Type Class Description (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.
-