Uses of Class
org.springframework.data.cassandra.core.DeleteOptions
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
-
Uses of DeleteOptions in org.springframework.data.cassandra.core
Modifier and TypeMethodDescriptionDeleteOptions.DeleteOptionsBuilder.build()
Builds a newDeleteOptions
with the configured values.static DeleteOptions
DeleteOptions.empty()
Create defaultDeleteOptions
.Modifier and TypeMethodDescriptiondefault CompletableFuture<WriteResult>
AsyncCassandraOperations.delete
(Object entity, DeleteOptions options) Delete the given entity applyingDeleteOptions
and return the entity if the delete statement was applied.default WriteResult
CassandraOperations.delete
(Object entity, DeleteOptions options) Delete the given entity applyingDeleteOptions
and return the entity if the delete statement was applied.default reactor.core.publisher.Mono<WriteResult>
ReactiveCassandraOperations.delete
(Object entity, DeleteOptions options) Delete the given entity applyingQueryOptions
and emit the entity if the delete statement was applied. -
Uses of DeleteOptions in org.springframework.data.cassandra.core.legacy
Modifier and TypeMethodDescriptiondefault ListenableFuture<WriteResult>
AsyncCassandraOperations.delete
(Object entity, DeleteOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Delete the given entity applyingDeleteOptions
and return the entity if the delete statement was applied.