Uses of Interface
org.springframework.data.relational.core.conversion.RootAggregateChange
Packages that use RootAggregateChange
-
Uses of RootAggregateChange in org.springframework.data.relational.core.conversion
Classes in org.springframework.data.relational.core.conversion that implement interfaces with type arguments of type RootAggregateChangeModifier and TypeClassDescriptionclassConverts an aggregate represented by its root into aRootAggregateChange.classConverts an aggregate represented by its root into aRootAggregateChange.classConverts an aggregate represented by its root into aRootAggregateChange.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 RootAggregateChangeModifier and TypeMethodDescriptionstatic <T> RootAggregateChange<T> MutableAggregateChange.forSave(T entity) Factory method to create aRootAggregateChangefor saving entities.static <T> RootAggregateChange<T> Factory method to create aRootAggregateChangefor saving entities.Methods in org.springframework.data.relational.core.conversion that return types with arguments of type RootAggregateChangeModifier and TypeMethodDescriptionstatic <T> BatchingAggregateChange<T, RootAggregateChange<T>> Factory method to create aBatchingAggregateChangefor saving entities.Methods in org.springframework.data.relational.core.conversion with parameters of type RootAggregateChangeModifier and TypeMethodDescriptionvoidSaveBatchingAggregateChange.add(RootAggregateChange<T> aggregateChange) voidRelationalEntityInsertWriter.write(T root, RootAggregateChange<T> aggregateChange) voidRelationalEntityUpdateWriter.write(T root, RootAggregateChange<T> aggregateChange) voidRelationalEntityWriter.write(T root, RootAggregateChange<T> aggregateChange)