Uses of Interface
org.fuin.ddd4j.core.Entity
-
Uses of Entity in org.fuin.ddd4j.core
Subinterfaces of Entity in org.fuin.ddd4j.coreModifier 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.core 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.