Module org.jmolecules.ddd
Package org.jmolecules.ddd.types
package org.jmolecules.ddd.types
Types to define Domain-Driven Design building blocks.
- See Also:
-
- invalid input: '<a href="https://scabl.blogspot.com/2015/04/aeddd-9.html>John Sullivan - Advancing Enterprise DDD - Reinstating the Aggregate</a>'
-
InterfacesClassDescriptionIdentifies an aggregate root, i.e. the root entity of an aggregate.An association to an
AggregateRoot.Identifies anEntity.Identifiable<ID>An identifiable type, i.e. anything that exposes anIdentifier.Marker interface for identifiers.Identifies aRepository.Identifies a value object.