Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.UpdateMatchingSpec |
DatabaseClient.TypedUpdateSpec.using(T objectToUpdate)
Update the given
objectToUpdate . |
DatabaseClient.UpdateMatchingSpec |
DatabaseClient.GenericUpdateSpec.using(Update update)
Deprecated.
|
DatabaseClient.UpdateMatchingSpec |
DatabaseClient.GenericUpdateSpec.using(org.springframework.data.relational.core.query.Update update)
Specify an
Update object containing assignments. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.