Uses of Class
org.springframework.data.cassandra.core.cql.QueryOptions
Packages that use QueryOptions
Package
Description
Apache Cassandra core support.
CQL core support.
Support classes for the CQL framework.
Apache Cassandra legacy asynchronous support for easier migration.
Apache Cassandra specific query and update support.
Query derivation mechanism for Apache Cassandra specific repositories.
-
Uses of QueryOptions in org.springframework.data.cassandra.core
Subclasses of QueryOptions in org.springframework.data.cassandra.coreModifier and TypeClassDescriptionclass
Extension toWriteOptions
for use withDELETE
operations.class
Extension toWriteOptions
for use withINSERT
operations.class
Extension toWriteOptions
for use withUPDATE
operations.Methods in org.springframework.data.cassandra.core with parameters of type QueryOptionsModifier and TypeMethodDescriptionAsyncCassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
and return the entity if the delete statement was applied.AsyncCassandraTemplate.delete
(Object entity, QueryOptions options) CassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
and return the entity if the delete statement was applied.CassandraTemplate.delete
(Object entity, QueryOptions options) ReactiveCassandraOperations.delete
(Object entity, QueryOptions options) Delete the given entity applyingQueryOptions
and emit the entity if the delete statement was applied.ReactiveCassandraTemplate.delete
(Object entity, QueryOptions options) StatementBuilder<com.datastax.oss.driver.api.querybuilder.delete.Delete>
StatementFactory.delete
(Object entity, QueryOptions options, EntityWriter<Object, Object> entityWriter, com.datastax.oss.driver.api.core.CqlIdentifier tableName) CassandraBatchOperations.withQueryOptions
(QueryOptions options) Apply givenQueryOptions
to the whole batch statement.ReactiveCassandraBatchOperations.withQueryOptions
(QueryOptions options) Apply givenQueryOptions
to the whole batch statement. -
Uses of QueryOptions in org.springframework.data.cassandra.core.cql
Subclasses of QueryOptions in org.springframework.data.cassandra.core.cqlModifier and TypeClassDescriptionclass
Cassandra Write Options are an extension toQueryOptions
for write operations.Methods in org.springframework.data.cassandra.core.cql that return QueryOptionsModifier and TypeMethodDescriptionQueryOptions.QueryOptionsBuilder.build()
Builds a newQueryOptions
with the configured values.static QueryOptions
QueryOptions.empty()
Create defaultQueryOptions
.Methods in org.springframework.data.cassandra.core.cql with parameters of type QueryOptionsModifier and TypeMethodDescriptionstatic <T extends com.datastax.oss.driver.api.core.cql.Statement<?>>
TQueryOptionsUtil.addQueryOptions
(T statement, QueryOptions queryOptions) Add commonQueryOptions
to all types of queries. -
Uses of QueryOptions in org.springframework.data.cassandra.core.cql.support
Methods in org.springframework.data.cassandra.core.cql.support with parameters of type QueryOptionsModifier and TypeMethodDescriptionCachedPreparedStatementCreator.of
(PreparedStatementCache cache, String cql, QueryOptions queryOptions) Deprecated. -
Uses of QueryOptions in org.springframework.data.cassandra.core.legacy
Methods in org.springframework.data.cassandra.core.legacy with parameters of type QueryOptionsModifier 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.AsyncCassandraTemplate.delete
(Object entity, QueryOptions options) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryOptions in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return types with arguments of type QueryOptionsMethods in org.springframework.data.cassandra.core.query with parameters of type QueryOptionsModifier and TypeMethodDescriptionQuery.queryOptions
(QueryOptions queryOptions) Set theQueryOptions
. -
Uses of QueryOptions in org.springframework.data.cassandra.repository.query
Methods in org.springframework.data.cassandra.repository.query that return QueryOptionsModifier and TypeMethodDescriptionCassandraParameterAccessor.getQueryOptions()
Returns theQueryOptions
associated with the associated Repository query method.CassandraParametersParameterAccessor.getQueryOptions()