| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DatabaseClient.UpdateMatchingSpec
Contract for specifying
UPDATE options leading to the exchange. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClient.UpdateSpec |
DatabaseClient.UpdateMatchingSpec.matching(Criteria criteria)
Configure a filter
Criteria. |
DatabaseClient.UpdateSpec |
DatabaseClient.TypedUpdateSpec.using(T objectToUpdate)
Update the given
objectToUpdate. |
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.