Uses of Class
org.springframework.data.cassandra.core.query.Update
Packages that use Update
Package
Description
Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
Apache Cassandra legacy asynchronous support for easier migration.
Apache Cassandra specific query and update support.
-
Uses of Update in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core with parameters of type UpdateModifier and TypeMethodDescriptionUpdate all matching rows in the table.Update the queried entities and return true if the update was applied.booleanUpdate the queried entities and return true if the update was applied.booleanUpdate the queried entities and return true if the update was applied.StatementBuilder<com.datastax.oss.driver.api.querybuilder.update.Update>StatementFactory.update(Query query, Update update, CassandraPersistentEntity<?> entity) -
Uses of Update in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return UpdateModifier and TypeMethodDescriptionUpdateMapper.getMappedObject(Update update, CassandraPersistentEntity<?> entity) Methods in org.springframework.data.cassandra.core.convert with parameters of type UpdateModifier and TypeMethodDescriptionUpdateMapper.getMappedObject(Update update, CassandraPersistentEntity<?> entity) -
Uses of Update in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy with parameters of type UpdateModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Update the queried entities and return true if the update was applied.Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Update in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return UpdateModifier and TypeMethodDescriptionAssociate all entries of the specifiedmapwith the map atColumnName.Append thevalueto the collection.Append allvaluesto the collection.Append allvaluesto the collection.Cleat the collection atcolumnName.Decrement the value atcolumnNameby 1.Decrement the value atcolumnNamebydelta.static UpdateUpdate.empty()Create an emptyUpdateobject.Associate the specifiedvaluewith the specifiedkeyin the map.Increment the value atcolumnNameby 1.Increment the value atcolumnNamebydelta.static UpdateUpdate.of(Iterable<Update.AssignmentOp> assignmentOps) Create aUpdateobject given a list ofUpdate.AssignmentOps.Prepend thevalueto the collection.Update.AddToBuilder.prependAll(Iterable<? extends Object> values) Prepend allvaluesto the collection.Update.AddToBuilder.prependAll(Object... values) Prepend allvaluesto the collection.Removevaluefrom the collection atcolumnName.Set thecolumnNametovalue.Associate thevaluewith the collection atColumnNamewith a previously specified index.static UpdateSet thecolumnNametovalue.Remove all entries matchingvaluefrom a set, list or map (map key).Remove all entries matchingvaluesfrom a set, list or map (map key).default UpdateRemove all entries matchingvaluesfrom a set, list or map (map key).