| 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 |
IndexNameCqlGenerator<T extends IndexNameSpecification<T>>
Base class for Index CQL generators.
|
| Constructor and Description |
|---|
IndexNameCqlGenerator(IndexNameSpecification<T> specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexNameSpecification<T extends IndexNameSpecification<T>>
Abstract builder class to support the construction of an index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateIndexSpecification
Object to configure a
CREATE INDEX specification. |
class |
DropIndexSpecification
Value object representing a
DROP INDEX specification. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.