Uses of Class
org.springframework.data.cassandra.core.CassandraTemplate
Packages that use CassandraTemplate
Package
Description
Spring Data Cassandra
factory beans and configuration.Apache Cassandra core support.
Support infrastructure for query derivation of Apache Cassandra specific repositories.
-
Uses of CassandraTemplate in org.springframework.data.cassandra.config
Classes in org.springframework.data.cassandra.config that implement interfaces with type arguments of type CassandraTemplateMethods in org.springframework.data.cassandra.config that return CassandraTemplateMethods in org.springframework.data.cassandra.config that return types with arguments of type CassandraTemplate -
Uses of CassandraTemplate in org.springframework.data.cassandra.core
Subclasses of CassandraTemplate in org.springframework.data.cassandra.core -
Uses of CassandraTemplate in org.springframework.data.cassandra.repository.support
Methods in org.springframework.data.cassandra.repository.support with parameters of type CassandraTemplateModifier and TypeMethodDescriptionvoidCassandraRepositoryFactoryBean.setCassandraTemplate(CassandraTemplate cassandraTemplate) Configures theCassandraTemplateused for Cassandra data access operations.