| Package | Description |
|---|---|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| 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. |
class |
TableSpecification<T>
Builder class to support the construction of table specifications that have columns.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.