| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| Modifier and Type | Field and Description |
|---|---|
protected CqlOperations |
CassandraTemplateFactoryBean.cqlOperations |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraTemplateFactoryBean.setCqlOperations(CqlOperations cqlOperations)
Sets the Cassandra
CqlOperations to use. |
| Modifier and Type | Method and Description |
|---|---|
CqlOperations |
CassandraTemplate.getCqlOperations() |
CqlOperations |
CassandraOperations.getCqlOperations()
Expose the underlying
CqlOperations to allow CQL operations. |
| Constructor and Description |
|---|
CassandraTemplate(CqlOperations cqlOperations,
CassandraConverter converter)
Creates an instance of
CassandraTemplate initialized with the given CqlOperations and
CassandraConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
CqlTemplate
This is the central class in the CQL core package.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.