Uses of Class
org.springframework.data.cassandra.core.UpdateOptions
Packages that use UpdateOptions
-
Uses of UpdateOptions in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return UpdateOptionsModifier and TypeMethodDescriptionUpdateOptions.UpdateOptionsBuilder.build()Builds a newUpdateOptionswith the configured values.static UpdateOptionsUpdateOptions.empty()Create defaultUpdateOptions.Methods in org.springframework.data.cassandra.core with parameters of type UpdateOptionsModifier and TypeMethodDescription<T> CompletableFuture<EntityWriteResult<T>> AsyncCassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand return the entity if the update was applied.<T> CompletableFuture<EntityWriteResult<T>> AsyncCassandraTemplate.update(T entity, UpdateOptions options) <T> EntityWriteResult<T> CassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand return the entity if the update was applied.<T> EntityWriteResult<T> CassandraTemplate.update(T entity, UpdateOptions options) <T> Mono<EntityWriteResult<T>> ReactiveCassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand emit the entity if the update was applied.<T> Mono<EntityWriteResult<T>> ReactiveCassandraTemplate.update(T entity, UpdateOptions options)