Uses of Class
org.springframework.data.relational.core.query.Update
Packages that use 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
Methods in org.springframework.data.r2dbc.core that return UpdateMethods in org.springframework.data.r2dbc.core with parameters of type UpdateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Long>Update all matching rows in the table.static StatementMapper.UpdateSpecCreate anINSERTspecification fortable.static StatementMapper.UpdateSpecStatementMapper.UpdateSpec.create(SqlIdentifier table, Update update) Create anINSERTspecification fortable.default StatementMapper.UpdateSpecStatementMapper.createUpdate(String table, Update update) Create anUPDATEspecification fortable.default StatementMapper.UpdateSpecStatementMapper.createUpdate(SqlIdentifier table, Update update) Create anUPDATEspecification fortable.reactor.core.publisher.Mono<Long>Update the queried entities and return true if the update was applied.reactor.core.publisher.Mono<Long>Constructors in org.springframework.data.r2dbc.core with parameters of type UpdateModifierConstructorDescriptionprotectedUpdateSpec(SqlIdentifier table, Update update, CriteriaDefinition criteria) -
Uses of Update in org.springframework.data.r2dbc.query
Methods in org.springframework.data.r2dbc.query with parameters of type UpdateModifier and TypeMethodDescriptionUpdateMapper.getMappedObject(org.springframework.r2dbc.core.binding.BindMarkers markers, Update update, Table table, RelationalPersistentEntity<?> entity) -
Uses of Update in org.springframework.data.relational.core.query
Methods in org.springframework.data.relational.core.query that return UpdateModifier and TypeMethodDescriptionstatic UpdateUpdate.from(Map<SqlIdentifier, Object> assignments) Static factory method to create anUpdatefromassignments.Update a column by assigning a value.Update.set(SqlIdentifier column, Object value) Update a column by assigning a value.static UpdateStatic factory method to create anUpdateusing the provided column.