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 CqlOperationsCassandraTemplateFactoryBean.cqlOperationsMethods in org.springframework.data.cassandra.config with parameters of type CqlOperationsModifier and TypeMethodDescriptionvoidCassandraTemplateFactoryBean.setCqlOperations(CqlOperations cqlOperations) Sets the CassandraCqlOperationsto 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 underlyingCqlOperationsto 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 ofCassandraTemplateinitialized with the givenCqlOperationsandCassandraConverter. -
Uses of CqlOperations in org.springframework.data.cassandra.core.cql
Classes in org.springframework.data.cassandra.core.cql that implement CqlOperationsModifier and TypeClassDescriptionclassThis is the central class in the CQL core package. It simplifies the use of CQL and helps to avoid common errors.