| Modifier and Type | Method and Description |
|---|---|
CassandraOperations |
CassandraTemplateFactoryBean.getObject() |
| 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 |
|---|
AbstractCassandraQuery(CassandraQueryMethod method,
CassandraOperations operations)
|
PartTreeCassandraQuery(CassandraQueryMethod method,
CassandraOperations cassandraOperations)
|
StringBasedCassandraQuery(CassandraQueryMethod queryMethod,
CassandraOperations operations) |
StringBasedCassandraQuery(String query,
CassandraQueryMethod queryMethod,
CassandraOperations operations) |
| Modifier and Type | Field and Description |
|---|---|
protected CassandraOperations |
SimpleCassandraRepository.operations |
| Constructor and Description |
|---|
CassandraRepositoryFactory(CassandraOperations cassandraOperations)
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–2017 Pivotal Software, Inc.. All rights reserved.