| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.repository.cdi |
CDI support for Apache Cassandra specific repository implementation.
|
| org.springframework.data.cassandra.repository.query |
Query derivation mechanism for Apache Cassandra specific repositories.
|
| org.springframework.data.cassandra.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CassandraAdminOperations
Operations for managing a Cassandra keyspace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CassandraAdminTemplate
Default implementation of
CassandraAdminOperations. |
class |
CassandraTemplate
Primary implementation of
CassandraOperations. |
| Constructor and Description |
|---|
CassandraRepositoryBean(javax.enterprise.inject.spi.Bean<CassandraOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
org.springframework.data.repository.config.CustomRepositoryImplementationDetector detector)
Create a new
CassandraRepositoryBean. |
| Modifier and Type | Method and Description |
|---|---|
protected CassandraOperations |
AbstractCassandraQuery.getOperations()
Return a reference to the
CassandraOperations used to execute this Cassandra query. |
| Constructor and Description |
|---|
AbstractCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations)
|
PartTreeCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations)
|
StringBasedCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
Create a new
StringBasedCassandraQuery for the given CassandraQueryMethod,
CassandraOperations, SpelExpressionParser, and QueryMethodEvaluationContextProvider. |
StringBasedCassandraQuery(String query,
CassandraQueryMethod method,
CassandraOperations operations,
ExpressionParser expressionParser,
org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
Create a new
StringBasedCassandraQuery for the given query, CassandraQueryMethod,
CassandraOperations, SpelExpressionParser, and QueryMethodEvaluationContextProvider. |
| Constructor and Description |
|---|
CassandraRepositoryFactory(CassandraOperations operations)
Create a new
CassandraRepositoryFactory with the given CassandraOperations. |
SimpleCassandraRepository(CassandraEntityInformation<T,ID> metadata,
CassandraOperations operations)
Create a new
SimpleCassandraRepository for the given CassandraEntityInformation and
CassandraTemplate. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.