Package | Description |
---|---|
org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
Modifier and Type | Method and Description |
---|---|
<T> EntityWriteResult<T> |
CassandraOperations.insert(T entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and return the entity if the insert was applied. |
<T> EntityWriteResult<T> |
CassandraTemplate.insert(T entity,
InsertOptions options) |
EntityWriteResult<T> |
ExecutableInsertOperation.TerminatingInsert.one(T object)
Insert exactly one
Object . |
<T> EntityWriteResult<T> |
CassandraOperations.update(T entity,
UpdateOptions options)
Update the given entity applying
WriteOptions and return the entity if the update was applied. |
<T> EntityWriteResult<T> |
CassandraTemplate.update(T entity,
UpdateOptions options) |
Modifier and Type | Method and Description |
---|---|
<T> reactor.core.publisher.Mono<EntityWriteResult<T>> |
ReactiveCassandraOperations.insert(T entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and emit the entity if the insert was applied. |
<T> reactor.core.publisher.Mono<EntityWriteResult<T>> |
ReactiveCassandraTemplate.insert(T entity,
InsertOptions options) |
<T> ListenableFuture<EntityWriteResult<T>> |
AsyncCassandraTemplate.insert(T entity,
InsertOptions options) |
<T> ListenableFuture<EntityWriteResult<T>> |
AsyncCassandraOperations.insert(T entity,
InsertOptions options)
Insert the given entity applying
WriteOptions and return the entity if the insert was applied. |
reactor.core.publisher.Mono<EntityWriteResult<T>> |
ReactiveInsertOperation.TerminatingInsert.one(T object)
Insert exactly one
Object . |
<T> reactor.core.publisher.Mono<EntityWriteResult<T>> |
ReactiveCassandraOperations.update(T entity,
UpdateOptions options)
Update the given entity applying
WriteOptions and emit the entity if the update was applied. |
<T> reactor.core.publisher.Mono<EntityWriteResult<T>> |
ReactiveCassandraTemplate.update(T entity,
UpdateOptions options) |
<T> ListenableFuture<EntityWriteResult<T>> |
AsyncCassandraTemplate.update(T entity,
UpdateOptions options) |
<T> ListenableFuture<EntityWriteResult<T>> |
AsyncCassandraOperations.update(T entity,
UpdateOptions options)
Update the given entity applying
WriteOptions and return the entity if the update was applied. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.