Uses of Class
org.springframework.data.domain.AbstractAggregateRoot
Packages that use AbstractAggregateRoot
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of AbstractAggregateRoot in org.springframework.data.domain
Classes in org.springframework.data.domain with type parameters of type AbstractAggregateRootModifier and TypeClassDescriptionclassAbstractAggregateRoot<A extends AbstractAggregateRoot<A>>Convenience base class for aggregate roots that exposes aregisterEvent(Object)to capture domain events and expose them viadomainEvents().