Uses of Interface
org.jmolecules.ddd.types.Identifiable
Packages that use Identifiable
-
Uses of Identifiable in org.jmolecules.ddd.types
Subinterfaces of Identifiable in org.jmolecules.ddd.typesModifier and TypeInterfaceDescriptioninterfaceAggregateRoot<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 IdentifiableModifier and TypeClassDescription(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.