Update
instead.@Deprecated public class Update extends Object
Modifier and Type | Method and Description |
---|---|
Map<org.springframework.data.relational.core.sql.SqlIdentifier,Object> |
getAssignments()
Deprecated.
Returns all assignments.
|
Update |
set(org.springframework.data.relational.core.sql.SqlIdentifier column,
Object value)
Deprecated.
Update a column by assigning a value.
|
Update |
set(String column,
Object value)
Deprecated.
Update a column by assigning a value.
|
static Update |
update(String column,
Object value)
Deprecated.
Static factory method to create an
Update using the provided column. |
public static Update update(String column, @Nullable Object value)
Update
using the provided column.column
- must not be null.value
- can be null.public Update set(String column, @Nullable Object value)
column
- must not be null.value
- can be null.public Update set(org.springframework.data.relational.core.sql.SqlIdentifier column, @Nullable Object value)
column
- must not be null.value
- can be null.Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.