Uses of Class
org.seedstack.business.domain.DomainRepository
-
Packages that use DomainRepository Package Description org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of DomainRepository in org.seedstack.business.domain
Classes in org.seedstack.business.domain with annotations of type DomainRepository Modifier and Type Interface Description interfaceRepository<A extends AggregateRoot<I>,I>A repository is responsible for consistently storing and retrieving a whole aggregate.
-