| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
TableCqlGenerator<T extends TableSpecification<T>>
Base class that contains behavior common to CQL generation for table operations.
|
| Constructor and Description |
|---|
TableCqlGenerator(TableSpecification<T> specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableSpecification
Builder class to construct a
CREATE TABLE specification. |
class |
DefaultTableDescriptor
Convenient default implementation of
TableDescriptor as an extension of TableSpecification that
doesn't require the use of generics. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.