Class DeleteAggregateChange<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DeleteAggregateChange<T>
All Implemented Interfaces:
AggregateChange<T>, MutableAggregateChange<T>

public class DeleteAggregateChange<T> extends Object implements MutableAggregateChange<T>
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
Since:
2.0
Author:
Jens Schauder, Mark Paluch, Chirag Tailor