Uses of Interface
org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithProjection
Packages that use ReactiveSelectOperation.SelectWithProjection
-
Uses of ReactiveSelectOperation.SelectWithProjection in org.springframework.data.r2dbc.core
Subinterfaces of ReactiveSelectOperation.SelectWithProjection in org.springframework.data.r2dbc.coreModifier and TypeInterfaceDescriptionstatic interfaceTheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way.Methods in org.springframework.data.r2dbc.core that return ReactiveSelectOperation.SelectWithProjectionModifier and TypeMethodDescriptionExplicitly set thenameof the table on which to perform the query.ReactiveSelectOperation.SelectWithTable.from(SqlIdentifier table) Explicitly set thenameof the table on which to perform the query.