Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE
, DROP INDEX
.-
Uses of TableNameSpecification in org.springframework.data.cassandra.core.cql.generator
Modifier and TypeClassDescriptionclass
TableNameCqlGenerator<T extends TableNameSpecification>
Base class for Table CQL generators. -
Uses of TableNameSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclass
Object to configure aALTER TABLE
specification.class
Object to configure aCREATE TABLE
specification.class
Object to configure aDROP TABLE
specification.class
TableOptionsSpecification<T extends TableOptionsSpecification<T>>
Abstract builder class to support the construction of table specifications that have table options, that is, those options normally specified byWITH ... AND ...
.class
Object to support the configuration of table specifications that have columns.