Package org.jmolecules.ddd.types
package org.jmolecules.ddd.types
Types to define Domain-Driven Design building blocks.
- Siehe auch:
-
SchnittstellenKlasseBeschreibungIdentifies 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.