Uses of Class
org.springframework.data.cassandra.core.DeleteOptions
Packages that use DeleteOptions
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
-
Uses of DeleteOptions in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return DeleteOptionsModifier and TypeMethodDescriptionDeleteOptions.DeleteOptionsBuilder.build()
Builds a newDeleteOptions
with the configured values.static DeleteOptions
DeleteOptions.empty()
Create defaultDeleteOptions
.Methods in org.springframework.data.cassandra.core with parameters of type DeleteOptionsModifier 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
Methods in org.springframework.data.cassandra.core.legacy with parameters of type DeleteOptionsModifier 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.