Uses of Interface
org.jmolecules.ddd.types.Entity
-
Packages that use Entity Package Description org.jmolecules.ddd.types Types to define Domain-Driven Design building blocks. -
-
Uses of Entity in org.jmolecules.ddd.types
Subinterfaces of Entity in org.jmolecules.ddd.types Modifier and Type Interface Description interface
AggregateRoot<T extends AggregateRoot<T,ID>,ID extends Identifier>
Identifies an aggregate root, i.e.
-