Uses of Class
org.springframework.data.cassandra.core.cql.QueryOptions
Packages that use QueryOptions
Package
Description
Apache Cassandra core support.
CQL core support.
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 TypeClassDescriptionclassExtension toWriteOptionsfor use withDELETEoperations.classExtension toWriteOptionsfor use withINSERToperations.classExtension toWriteOptionsfor use withUPDATEoperations.Methods in org.springframework.data.cassandra.core with parameters of type QueryOptionsModifier and TypeMethodDescriptionAsyncCassandraOperations.delete(Object entity, QueryOptions options) Delete the given entity applyingQueryOptionsand 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 applyingQueryOptionsand 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 applyingQueryOptionsand 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 givenQueryOptionsto the whole batch statement.ReactiveCassandraBatchOperations.withQueryOptions(QueryOptions options) Apply givenQueryOptionsto 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 TypeClassDescriptionclassCassandra Write Options are an extension toQueryOptionsfor write operations.Methods in org.springframework.data.cassandra.core.cql that return QueryOptionsModifier and TypeMethodDescriptionQueryOptions.QueryOptionsBuilder.build()Builds a newQueryOptionswith the configured values.static QueryOptionsQueryOptions.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 commonQueryOptionsto all types of queries. -
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 TypeMethodDescription@Nullable QueryOptionsCassandraParameterAccessor.getQueryOptions()Returns theQueryOptionsassociated with the associated Repository query method.@Nullable QueryOptionsCassandraParametersParameterAccessor.getQueryOptions()@Nullable QueryOptionsConvertingParameterAccessor.getQueryOptions()