Uses of Interface
org.fuin.ddd4j.ddd.AggregateRoot
-
Packages that use AggregateRoot Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateRoot in org.fuin.ddd4j.ddd
Classes in org.fuin.ddd4j.ddd with type parameters of type AggregateRoot Modifier and Type Interface Description interfaceRepository<ID extends AggregateRootId,T extends AggregateRoot<ID>>Repository that supports CRUD operations for an aggregate.Classes in org.fuin.ddd4j.ddd that implement AggregateRoot Modifier and Type Class Description classAbstractAggregateRoot<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 AggregateRoot Modifier and Type Class Description classEventStoreRepository<ID extends AggregateRootId,AGGREGATE extends AggregateRoot<ID>>Event store based repository.
-