Uses of Interface
org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithQuery
Packages that use ReactiveUpdateOperation.UpdateWithQuery
-
Uses of ReactiveUpdateOperation.UpdateWithQuery in org.springframework.data.r2dbc.core
Subinterfaces of ReactiveUpdateOperation.UpdateWithQuery in org.springframework.data.r2dbc.coreModifier and TypeInterfaceDescriptionstatic interfaceTheReactiveUpdateOperation.ReactiveUpdateinterface provides methods for constructingUPDATEoperations in a fluent way.Methods in org.springframework.data.r2dbc.core that return ReactiveUpdateOperation.UpdateWithQueryModifier and TypeMethodDescriptionExplicitly set thenameof the table on which to perform the update.ReactiveUpdateOperation.UpdateWithTable.inTable(SqlIdentifier table) Explicitly set thenameof the table on which to perform the update.