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