Uses of Interface
org.springframework.data.relational.core.conversion.BatchingAggregateChange
Packages that use BatchingAggregateChange
-
Uses of BatchingAggregateChange in org.springframework.data.relational.core.conversion
Classes in org.springframework.data.relational.core.conversion that implement BatchingAggregateChangeModifier and TypeClassDescriptionclassABatchingAggregateChangeimplementation for delete changes that can contain actions for one or more delete operations.classABatchingAggregateChangeimplementation for save changes that can contain actions for any mix of insert and update operations.Methods in org.springframework.data.relational.core.conversion that return BatchingAggregateChangeModifier and TypeMethodDescriptionstatic <T> BatchingAggregateChange<T,DeleteAggregateChange<T>> Factory method to create aBatchingAggregateChangefor deleting entities.static <T> BatchingAggregateChange<T,RootAggregateChange<T>> Factory method to create aBatchingAggregateChangefor saving entities.