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 newDeleteOptionswith the configured values.static DeleteOptionsDeleteOptions.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 applyingDeleteOptionsand return the entity if the delete statement was applied.default WriteResultCassandraOperations.delete(Object entity, DeleteOptions options) Delete the given entity applyingDeleteOptionsand return the entity if the delete statement was applied.default Mono<WriteResult>ReactiveCassandraOperations.delete(Object entity, DeleteOptions options) Delete the given entity applyingQueryOptionsand 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 applyingDeleteOptionsand return the entity if the delete statement was applied.