Uses of Interface
org.springframework.data.relational.core.conversion.DbAction.WithRoot
Packages that use DbAction.WithRoot
-
Uses of DbAction.WithRoot in org.springframework.data.relational.core.conversion
Classes in org.springframework.data.relational.core.conversion that implement DbAction.WithRootModifier and TypeClassDescriptionstatic classRepresents an insert statement for the root of an aggregate.static classRepresents an update statement for the aggregate root.static classRepresents an upsert statement for the aggregate root.Methods in org.springframework.data.relational.core.conversion with parameters of type DbAction.WithRootModifier and TypeMethodDescriptionvoidRootAggregateChange.setRootAction(DbAction.WithRoot<T> action) Sets the action for the root object of thisAggregateChange.