public static interface DatabaseClient.GenericUpdateSpec
UPDATE
options leading to the exchange.Modifier and Type | Method and Description |
---|---|
DatabaseClient.UpdateMatchingSpec |
using(Update update)
Deprecated.
since 1.1, use
using(org.springframework.data.relational.core.query.Update) . |
DatabaseClient.UpdateMatchingSpec |
using(org.springframework.data.relational.core.query.Update update)
Specify an
Update object containing assignments. |
@Deprecated DatabaseClient.UpdateMatchingSpec using(Update update)
using(org.springframework.data.relational.core.query.Update)
.Update
object containing assignments.update
- must not be null.DatabaseClient.UpdateMatchingSpec using(org.springframework.data.relational.core.query.Update update)
Update
object containing assignments.update
- must not be null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.