Uses of Interface
org.fuin.ddd4j.ddd.Entity
-
Packages that use Entity Package Description org.fuin.ddd4j.ddd -
-
Uses of Entity in org.fuin.ddd4j.ddd
Subinterfaces of Entity in org.fuin.ddd4j.ddd Modifier and Type Interface Description interfaceAggregateRoot<ID extends AggregateRootId>Dedicated entity of a group of entities (The group is called "Aggregate") that guarantees the consistency of changes being made within the group by forbidding external objects from holding direct references to its members.Classes in org.fuin.ddd4j.ddd that implement Entity Modifier and Type Class Description classAbstractAggregateRoot<ID extends AggregateRootId>Base class for aggregate roots.classAbstractEntity<ROOT_ID extends AggregateRootId,ROOT extends AbstractAggregateRoot<ROOT_ID>,ID extends EntityId>Base class for entities.
-