Uses of Interface
org.springframework.data.cassandra.core.cql.CqlOperations
Packages that use CqlOperations
Package
Description
Spring Data Cassandra
factory beans
and configuration.Apache Cassandra core support.
CQL core support.
-
Uses of CqlOperations in org.springframework.data.cassandra.config
Fields in org.springframework.data.cassandra.config declared as CqlOperationsModifier and TypeFieldDescriptionprotected CqlOperations
CassandraTemplateFactoryBean.cqlOperations
Methods in org.springframework.data.cassandra.config with parameters of type CqlOperationsModifier and TypeMethodDescriptionvoid
CassandraTemplateFactoryBean.setCqlOperations
(CqlOperations cqlOperations) Sets the CassandraCqlOperations
to use. -
Uses of CqlOperations in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return CqlOperationsModifier and TypeMethodDescriptionCassandraOperations.getCqlOperations()
Expose the underlyingCqlOperations
to allow CQL operations.CassandraTemplate.getCqlOperations()
Constructors in org.springframework.data.cassandra.core with parameters of type CqlOperationsModifierConstructorDescriptionCassandraAdminTemplate
(CqlOperations cqlOperations, CassandraConverter converter) Constructor used for a basic template configuration.CassandraTemplate
(CqlOperations cqlOperations, CassandraConverter converter) Creates an instance ofCassandraTemplate
initialized with the givenCqlOperations
andCassandraConverter
. -
Uses of CqlOperations in org.springframework.data.cassandra.core.cql
Classes in org.springframework.data.cassandra.core.cql that implement CqlOperationsModifier and TypeClassDescriptionclass
This is the central class in the CQL core package. It simplifies the use of CQL and helps to avoid common errors.