| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
List<KeyspaceActionSpecification> |
KeyspaceActions.getActions() |
Set<KeyspaceActionSpecification> |
CqlSessionFactoryBean.getKeyspaceSpecifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlSessionFactoryBean.setKeyspaceSpecifications(List<? extends KeyspaceActionSpecification> keyspaceSpecifications) |
| Constructor and Description |
|---|
KeyspaceActions(KeyspaceActionSpecification... actions) |
| Constructor and Description |
|---|
KeyspaceActions(List<KeyspaceActionSpecification> actions) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification>
Base class for Keyspace CQL generators.
|
| Constructor and Description |
|---|
KeyspaceNameCqlGenerator(KeyspaceActionSpecification specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterKeyspaceSpecification
Object to configure a
ALTER KEYSPACE specification. |
class |
CreateKeyspaceSpecification
Object to configure a
CREATE KEYSPACE specification. |
class |
DropKeyspaceSpecification
Object to configure a
DROP KEYSPACE specification. |
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 {@code WITH ...
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.