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. the root entity of an aggregate.interfaceAssociation<T extends AggregateRoot<T,ID>, ID extends Identifier> An association to anAggregateRoot.interfaceEntity<T extends AggregateRoot<T,?>, ID> Identifies anEntity.