Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.TableNameSpecification
Packages that use 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
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type TableNameSpecificationModifier and TypeClassDescriptionclassTableNameCqlGenerator<T extends TableNameSpecification>Base class for Table CQL generators.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type TableNameSpecification -
Uses of TableNameSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclassObject to configure aALTER TABLEspecification.classObject to configure aCREATE TABLEspecification.classObject to configure aDROP TABLEspecification.classTableOptionsSpecification<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 ....classObject to support the configuration of table specifications that have columns.