Uses of Interface
org.springframework.data.relational.core.conversion.RootAggregateChange
Packages that use RootAggregateChange
-
Uses of RootAggregateChange in org.springframework.data.relational.core.conversion
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)