Uses of Class
org.springframework.data.cassandra.core.DeleteOptions
Packages that use DeleteOptions
-
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.