| Package | Description |
|---|---|
| org.springframework.cassandra.config |
Spring CQL
factory beans and configuration. |
| org.springframework.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
Set<KeyspaceActionSpecification<?>> |
CassandraCqlClusterFactoryBean.getKeyspaceSpecifications() |
Set<KeyspaceActionSpecification<?>> |
KeyspaceActionSpecificationFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CassandraCqlClusterFactoryBean.executeSpecsAndScripts(List<? extends KeyspaceActionSpecification<?>> kepspaceActionSpecifications,
List<String> scripts) |
void |
CassandraCqlClusterFactoryBean.setKeyspaceSpecifications(Set<KeyspaceActionSpecification<?>> keyspaceSpecifications) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification<T>>
Base class for Keyspace CQL generators.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
KeyspaceNameCqlGenerator.setSpecification(KeyspaceActionSpecification<T> specification) |
| Constructor and Description |
|---|
KeyspaceNameCqlGenerator(KeyspaceActionSpecification<T> specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyspaceActionSpecification<T extends KeyspaceActionSpecification<T>>
Abstract builder class to support the construction of keyspace specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterKeyspaceSpecification |
class |
CreateKeyspaceSpecification |
class |
DropKeyspaceSpecification |
class |
KeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<T>>
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by
WITH ... |
class |
KeyspaceSpecification<T>
Builder class to support the construction of keyspace specifications that have columns.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.