Uses of Class
org.springframework.data.cassandra.core.WriteResult
Packages that use WriteResult
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
-
Uses of WriteResult in org.springframework.data.cassandra.core
Subclasses of WriteResult in org.springframework.data.cassandra.coreModifier and TypeClassDescriptionclass
The result of a write operation for an entity.Methods in org.springframework.data.cassandra.core that return WriteResultModifier and TypeMethodDescriptionExecutableDeleteOperation.TerminatingDelete.all()
Remove all matching rows.CassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
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.CassandraTemplate.delete
(Object entity, QueryOptions options) CassandraBatchOperations.execute()
Execute the batch.static WriteResult
WriteResult.of
(com.datastax.oss.driver.api.core.cql.ResultSet resultSet) Create aWriteResult
fromResultSet
.Methods in org.springframework.data.cassandra.core that return types with arguments of type WriteResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WriteResult>
ReactiveDeleteOperation.TerminatingDelete.all()
Remove all matching rows.reactor.core.publisher.Mono<WriteResult>
Update all matching rows in the table.AsyncCassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
and return the entity if the delete statement was applied.default CompletableFuture<WriteResult>
AsyncCassandraOperations.delete
(Object entity, DeleteOptions options) Delete the given entity applyingDeleteOptions
and return the entity if the delete statement was applied.AsyncCassandraTemplate.delete
(Object entity, QueryOptions options) reactor.core.publisher.Mono<WriteResult>
ReactiveCassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
and emit 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.reactor.core.publisher.Mono<WriteResult>
ReactiveCassandraTemplate.delete
(Object entity, QueryOptions options) reactor.core.publisher.Mono<WriteResult>
ReactiveCassandraBatchOperations.execute()
Execute the batch. -
Uses of WriteResult in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy that return types with arguments of type WriteResultModifier and TypeMethodDescriptionAsyncCassandraOperations.delete
(Object entity, QueryOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Delete the given entity applyingQueryOptions
and return the entity if the delete statement was applied.default 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.AsyncCassandraTemplate.delete
(Object entity, QueryOptions options) Deprecated, for removal: This API element is subject to removal in a future version.