Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
org.springframework.data.r2dbc.query |
Query and update support.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.UpdateMatchingSpec |
DatabaseClient.GenericUpdateSpec.using(Update update)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Update |
Update.set(org.springframework.data.relational.core.sql.SqlIdentifier column,
Object value)
Deprecated.
Update a column by assigning a value.
|
Update |
Update.set(String column,
Object value)
Deprecated.
Update a column by assigning a value.
|
static Update |
Update.update(String column,
Object value)
Deprecated.
Static factory method to create an
Update using the provided column. |
Modifier and Type | Method and Description |
---|---|
BoundAssignments |
UpdateMapper.getMappedObject(BindMarkers markers,
Update update,
org.springframework.data.relational.core.sql.Table table,
org.springframework.data.relational.core.mapping.RelationalPersistentEntity<?> entity)
Deprecated.
|
Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.