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.SelectWithQuery<T>
Define a
Query used as the filter for the SELECT . |
static interface |
ReactiveSelectOperation.SelectWithTable<T>
Table override (optional).
|
Modifier and Type | Method and Description |
---|---|
ReactiveSelectOperation.TerminatingSelect<T> |
ReactiveSelectOperation.SelectWithQuery.matching(org.springframework.data.relational.core.query.Query query)
Set the
Query used as a filter in the SELECT statement. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.