Uses of Class
org.springframework.data.cassandra.core.InsertOptions
Packages that use InsertOptions
-
Uses of InsertOptions in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return InsertOptionsModifier and TypeMethodDescriptionInsertOptions.InsertOptionsBuilder.build()
Builds a newInsertOptions
with the configured values.static InsertOptions
InsertOptions.empty()
Create defaultInsertOptions
.Methods in org.springframework.data.cassandra.core with parameters of type InsertOptionsModifier and TypeMethodDescription<T> CompletableFuture
<EntityWriteResult<T>> AsyncCassandraOperations.insert
(T entity, InsertOptions options) Insert the given entity applyingWriteOptions
and return the entity if the insert was applied.<T> CompletableFuture
<EntityWriteResult<T>> AsyncCassandraTemplate.insert
(T entity, InsertOptions options) <T> EntityWriteResult
<T> CassandraOperations.insert
(T entity, InsertOptions options) Insert the given entity applyingWriteOptions
and return the entity if the insert was applied.<T> EntityWriteResult
<T> CassandraTemplate.insert
(T entity, InsertOptions options) <T> Mono
<EntityWriteResult<T>> ReactiveCassandraOperations.insert
(T entity, InsertOptions options) Insert the given entity applyingWriteOptions
and emit the entity if the insert was applied.<T> Mono
<EntityWriteResult<T>> ReactiveCassandraTemplate.insert
(T entity, InsertOptions options) ExecutableInsertOperation.InsertWithOptions.withOptions
(InsertOptions insertOptions) SetInsertOptions
.ReactiveInsertOperation.InsertWithOptions.withOptions
(InsertOptions insertOptions) SetInsertOptions
.