Uses of Class
org.springframework.data.cassandra.core.EntityWriteResult
Packages that use EntityWriteResult
Package
Description
Apache Cassandra core support.
Apache Cassandra legacy asynchronous support for easier migration.
-
Uses of EntityWriteResult in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return EntityWriteResultModifier and TypeMethodDescription<T> EntityWriteResult<T>CassandraOperations.insert(T entity, InsertOptions options) Insert the given entity applyingWriteOptionsand return the entity if the insert was applied.<T> EntityWriteResult<T>CassandraTemplate.insert(T entity, InsertOptions options) Insert exactly oneObject.<T> EntityWriteResult<T>CassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand return the entity if the update was applied.<T> EntityWriteResult<T>CassandraTemplate.update(T entity, UpdateOptions options) Methods in org.springframework.data.cassandra.core that return types with arguments of type EntityWriteResultModifier and TypeMethodDescription<T> CompletableFuture<EntityWriteResult<T>>AsyncCassandraOperations.insert(T entity, InsertOptions options) Insert the given entity applyingWriteOptionsand return the entity if the insert was applied.<T> CompletableFuture<EntityWriteResult<T>>AsyncCassandraTemplate.insert(T entity, InsertOptions options) <T> Mono<EntityWriteResult<T>>ReactiveCassandraOperations.insert(T entity, InsertOptions options) Insert the given entity applyingWriteOptionsand emit the entity if the insert was applied.<T> Mono<EntityWriteResult<T>>ReactiveCassandraTemplate.insert(T entity, InsertOptions options) Insert exactly oneObject.<T> CompletableFuture<EntityWriteResult<T>>AsyncCassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand return the entity if the update was applied.<T> CompletableFuture<EntityWriteResult<T>>AsyncCassandraTemplate.update(T entity, UpdateOptions options) <T> Mono<EntityWriteResult<T>>ReactiveCassandraOperations.update(T entity, UpdateOptions options) Update the given entity applyingWriteOptionsand emit the entity if the update was applied.<T> Mono<EntityWriteResult<T>>ReactiveCassandraTemplate.update(T entity, UpdateOptions options) -
Uses of EntityWriteResult in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy that return types with arguments of type EntityWriteResultModifier and TypeMethodDescription<T> ListenableFuture<EntityWriteResult<T>>AsyncCassandraOperations.insert(T entity, InsertOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Insert the given entity applyingWriteOptionsand return the entity if the insert was applied.<T> ListenableFuture<EntityWriteResult<T>>AsyncCassandraTemplate.insert(T entity, InsertOptions options) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<EntityWriteResult<T>>AsyncCassandraOperations.update(T entity, UpdateOptions options) Deprecated, for removal: This API element is subject to removal in a future version.Update the given entity applyingWriteOptionsand return the entity if the update was applied.<T> ListenableFuture<EntityWriteResult<T>>AsyncCassandraTemplate.update(T entity, UpdateOptions options) Deprecated, for removal: This API element is subject to removal in a future version.