Uses of Interface
org.fuin.ddd4j.ddd.AggregateRoot
Packages that use AggregateRoot
-
Uses of AggregateRoot in org.fuin.ddd4j.ddd
Classes in org.fuin.ddd4j.ddd 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.ddd that implement AggregateRootModifier and TypeClassDescriptionclassAbstractAggregateRoot<ID extends AggregateRootId>Base class for aggregate roots. -
Uses of AggregateRoot in org.fuin.ddd4j.esrepo
Classes in org.fuin.ddd4j.esrepo with type parameters of type AggregateRootModifier and TypeClassDescriptionclassEventStoreRepository<ID extends AggregateRootId,AGGREGATE extends AggregateRoot<ID>> Event store based repository.