| 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,
CustomRepositoryImplementationDetector detector)
Create a new
CassandraRepositoryBean. |
| Modifier and Type | Method and Description |
|---|---|
protected CassandraOperations |
AbstractCassandraQuery.getOperations() |
| 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–2018 Pivotal Software, Inc.. All rights reserved.