| Package | Description |
|---|---|
| org.jmolecules.ddd.types |
Types to define Domain-Driven Design building blocks.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateRoot<T extends AggregateRoot<T,ID>,ID extends Identifier>
Identifies an aggregate root, i.e.
|
interface |
Association<T extends AggregateRoot<T,ID>,ID extends Identifier>
An association to an
AggregateRoot. |
interface |
Entity<T extends AggregateRoot<T,?>,ID>
Identifies an
Entity. |
Copyright © 2023. All rights reserved.