| 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
The CassandraTemplate is a convenient API for all Cassandra operations using POJOs with their Spring Data Cassandra
mapping information.
|
| 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)
Creates a new
CassandraRepositoryBean. |
| Constructor and Description |
|---|
CassandraRepositoryFactory(CassandraOperations operations)
Creates a new
CassandraRepositoryFactory with the given CassandraOperations. |
SimpleCassandraRepository(CassandraEntityInformation<T,ID> metadata,
CassandraOperations operations)
Creates a new
SimpleCassandraRepository for the given CassandraEntityInformation and
CassandraTemplate. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.