Uses of Class
org.springframework.data.cassandra.core.UpdateOptions
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
-
Uses of UpdateOptions in org.springframework.data.cassandra.core
Modifier and TypeMethodDescriptionUpdateOptions.UpdateOptionsBuilder.build()
Builds a newUpdateOptions
with the configured values.static UpdateOptions
UpdateOptions.empty()
Create defaultUpdateOptions
.Modifier and TypeMethodDescription<T> CompletableFuture<EntityWriteResult<T>>
AsyncCassandraOperations.update
(T entity, UpdateOptions options) Update the given entity applyingWriteOptions
and 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 applyingWriteOptions
and return the entity if the update was applied.<T> EntityWriteResult<T>
CassandraTemplate.update
(T entity, UpdateOptions options) <T> reactor.core.publisher.Mono<EntityWriteResult<T>>
ReactiveCassandraOperations.update
(T entity, UpdateOptions options) Update the given entity applyingWriteOptions
and emit the entity if the update was applied.<T> reactor.core.publisher.Mono<EntityWriteResult<T>>
ReactiveCassandraTemplate.update
(T entity, UpdateOptions options) -
Uses of UpdateOptions in org.springframework.data.cassandra.core.legacy
Modifier and TypeMethodDescription<T> ListenableFuture<EntityWriteResult<T>>
AsyncCassandraOperations.update
(T entity, UpdateOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Update the given entity applyingWriteOptions
and return the entity if the update was applied.<T> ListenableFuture<EntityWriteResult<T>>
AsyncCassandraTemplate.update
(T entity, UpdateOptions options) Deprecated, for removal: This API element is subject to removal in a future version.