Uses of Interface
org.fuin.ddd4j.ddd.Entity
Packages that use Entity
-
Uses of Entity in org.fuin.ddd4j.ddd
Subinterfaces of Entity in org.fuin.ddd4j.dddModifier and TypeInterfaceDescriptioninterfaceAggregateRoot<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 EntityModifier and TypeClassDescriptionclassAbstractAggregateRoot<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.