Uses of Interface
org.fuin.ddd4j.core.AggregateRoot
-
Uses of AggregateRoot in org.fuin.ddd4j.core
Classes in org.fuin.ddd4j.core with type parameters of type AggregateRootModifier and TypeInterfaceDescriptioninterfaceRepository<ID extends AggregateRootId,T extends AggregateRoot<ID>> Repository that supports CRUD operations for an aggregate.Classes in org.fuin.ddd4j.core that implement AggregateRootModifier and TypeClassDescriptionclassAbstractAggregateRoot<ID extends AggregateRootId>Base class for aggregate roots.