Uses of Class
org.springframework.data.relational.core.query.Update
Package
Description
Core domain types around DatabaseClient.
Query and update support.
Query and update support.
-
Uses of Update in org.springframework.data.r2dbc.core
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Long>
Update all matching rows in the table.static StatementMapper.UpdateSpec
Create anINSERT
specification fortable
.static StatementMapper.UpdateSpec
StatementMapper.UpdateSpec.create
(SqlIdentifier table, Update update) Create anINSERT
specification fortable
.default StatementMapper.UpdateSpec
StatementMapper.createUpdate
(String table, Update update) Create anUPDATE
specification fortable
.default StatementMapper.UpdateSpec
StatementMapper.createUpdate
(SqlIdentifier table, Update update) Create anUPDATE
specification fortable
.reactor.core.publisher.Mono<Long>
Update the queried entities and return true if the update was applied.reactor.core.publisher.Mono<Long>
ModifierConstructorDescriptionprotected
UpdateSpec
(SqlIdentifier table, Update update, CriteriaDefinition criteria) -
Uses of Update in org.springframework.data.r2dbc.query
Modifier and TypeMethodDescriptionUpdateMapper.getMappedObject
(BindMarkers markers, Update update, Table table, RelationalPersistentEntity<?> entity) -
Uses of Update in org.springframework.data.relational.core.query
Modifier and TypeMethodDescriptionstatic Update
Update.from
(Map<SqlIdentifier, Object> assignments) Static factory method to create anUpdate
fromassignments
.Update a column by assigning a value.Update.set
(SqlIdentifier column, Object value) Update a column by assigning a value.static Update
Static factory method to create anUpdate
using the provided column.