| 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 |
UserTypeNameCqlGenerator<T extends UserTypeNameSpecification<T>>
Abstract class to support User type CQL generation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserTypeNameCqlGenerator.setSpecification(UserTypeNameSpecification<T> specification)
Sets the
UserTypeNameSpecification. |
| Constructor and Description |
|---|
UserTypeNameCqlGenerator(UserTypeNameSpecification<T> specification)
Creates a new
UserTypeNameCqlGenerator. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserTypeNameSpecification<T extends UserTypeNameSpecification<T>>
Abstract builder class to support the construction of user type specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlterUserTypeSpecification
Builder class to construct an
ALTER TYPE specification. |
class |
CreateUserTypeSpecification
Builder class to construct a
CREATE TYPE specification. |
class |
DropUserTypeSpecification
Builder class that supports the construction of
DROP TYPE specifications. |
class |
UserTypeSpecification<T extends UserTypeSpecification<T>>
Builder class to support the construction of user type specifications that have columns.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.