Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReactiveUpdateOperation.ReactiveUpdate
The
ReactiveUpdateOperation.ReactiveUpdate interface provides methods for constructing UPDATE operations in a fluent way. |
static interface |
ReactiveUpdateOperation.UpdateWithQuery
Define a
Query used as the filter for the Update . |
static interface |
ReactiveUpdateOperation.UpdateWithTable
Table override (optional).
|
Modifier and Type | Method and Description |
---|---|
ReactiveUpdateOperation.TerminatingUpdate |
ReactiveUpdateOperation.UpdateWithQuery.matching(org.springframework.data.relational.core.query.Query query)
Filter rows to update by the given
Query . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.