Uses of Interface
org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithQuery
Packages that use ReactiveDeleteOperation.DeleteWithQuery
-
Uses of ReactiveDeleteOperation.DeleteWithQuery in org.springframework.data.r2dbc.core
Subinterfaces of ReactiveDeleteOperation.DeleteWithQuery in org.springframework.data.r2dbc.coreModifier and TypeInterfaceDescriptionstatic interfaceTheReactiveDeleteOperation.ReactiveDeleteinterface provides methods for constructingDELETEoperations in a fluent way.Methods in org.springframework.data.r2dbc.core that return ReactiveDeleteOperation.DeleteWithQueryModifier and TypeMethodDescriptionExplicitly set thenameof the table on which to perform the delete.ReactiveDeleteOperation.DeleteWithTable.from(SqlIdentifier table) Explicitly set thenameof the table on which to perform the delete.