Uses of Interface
org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithQuery
Packages that use ReactiveSelectOperation.SelectWithQuery
-
Uses of ReactiveSelectOperation.SelectWithQuery in org.springframework.data.r2dbc.core
Subinterfaces of ReactiveSelectOperation.SelectWithQuery in org.springframework.data.r2dbc.coreModifier and TypeInterfaceDescriptionstatic interfaceTheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way.static interfaceResult type override (optional).static interfaceTable override (optional).Methods in org.springframework.data.r2dbc.core that return ReactiveSelectOperation.SelectWithQueryModifier and TypeMethodDescriptionDefine theresult target typethat the fields should be mapped to.ReactiveSelectOperation.SelectWithQuery.withFetchSize(int fetchSize) Specifies the fetch size for this query.