| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
KeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<T>>
Base class that contains behavior common to CQL generation for table operations.
|
| Constructor and Description |
|---|
KeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T> specification) |
| Modifier and Type | Class and Description |
|---|---|
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 ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterKeyspaceSpecification
Object to configure a
ALTER KEYSPACE specification. |
class |
CreateKeyspaceSpecification
Object to configure a
CREATE KEYSPACE specification. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.