Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReactiveSelectOperation.ReactiveSelect<T>
The
ReactiveSelectOperation.ReactiveSelect interface provides methods for constructing SELECT operations in a fluent way. |
static interface |
ReactiveSelectOperation.SelectWithProjection<T>
Result type override (optional).
|
static interface |
ReactiveSelectOperation.SelectWithTable<T>
Table override (optional).
|
Modifier and Type | Method and Description |
---|---|
<R> ReactiveSelectOperation.SelectWithQuery<R> |
ReactiveSelectOperation.SelectWithProjection.as(Class<R> resultType)
Define the
result target type that the fields should be mapped to. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.