| 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 |
ColumnChangeCqlGenerator<T extends ColumnChangeSpecification>
Base class for column change CQL generators.
|
| Constructor and Description |
|---|
ColumnChangeCqlGenerator(ColumnChangeSpecification specification) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddColumnSpecification
Value object representing a specification to add a column.
|
class |
AlterColumnSpecification
Value object representing a specification to alter a column.
|
class |
ColumnTypeChangeSpecification
Base value object class for column changes that include
DataType information. |
class |
DropColumnSpecification
Value object representing a specification to drop a column.
|
class |
RenameColumnSpecification
ColumnChangeSpecification to rename a column. |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnChangeSpecification> |
AlterTableSpecification.getChanges()
Returns an unmodifiable list of column changes.
|
List<ColumnChangeSpecification> |
AlterUserTypeSpecification.getChanges() |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.