Class DeleteBatchingAggregateChange<T>

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

public class DeleteBatchingAggregateChange<T> extends Object implements BatchingAggregateChange<T,DeleteAggregateChange<T>>
A BatchingAggregateChange implementation for delete changes that can contain actions for one or more delete operations. When consumed, actions are yielded in the appropriate entity tree order with deletes carried out from leaves to root. All operations that can be batched are grouped and combined to offer the ability for an optimized batch operation to be used.
Since:
3.0
Author:
Chirag Tailor