| 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 |
UserTypeNameCqlGenerator<T extends UserTypeNameSpecification>
Abstract class to support User type CQL generation.
|
| Constructor and Description |
|---|
UserTypeNameCqlGenerator(UserTypeNameSpecification specification)
Create a new
UserTypeNameCqlGenerator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterUserTypeSpecification
Object to configure a
ALTER TYPE specification. |
class |
CreateUserTypeSpecification
Object to configure a
CREATE TYPE specification. |
class |
DropUserTypeSpecification
Object to configure a
DROP TYPE specification. |
class |
UserTypeSpecification<T extends UserTypeSpecification<T>>
Object to support the configuration of user type specifications that have columns.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.