| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.repository.query |
Query derivation mechanism for Apache Cassandra specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
protected StatementFactory |
AsyncCassandraTemplate.getStatementFactory()
Returns the
StatementFactory used by this template to construct and run Cassandra CQL statements. |
protected StatementFactory |
ReactiveCassandraTemplate.getStatementFactory()
Returns the
StatementFactory used by this template to construct and run Cassandra CQL statements. |
protected StatementFactory |
CassandraTemplate.getStatementFactory()
Returns the
StatementFactory used by this template to construct and run Cassandra CQL statements. |
| Modifier and Type | Method and Description |
|---|---|
protected StatementFactory |
PartTreeCassandraQuery.getStatementFactory()
Returns the
StatementFactory used by this query to construct and run Cassandra CQL statements. |
protected StatementFactory |
ReactivePartTreeCassandraQuery.getStatementFactory()
Returns the
StatementFactory used by this query to construct and run Cassandra CQL statements. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.