Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.TableOptionsSpecification
Packages that use TableOptionsSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of TableOptionsSpecification in org.springframework.data.cassandra.core.cql.generator
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type TableOptionsSpecificationModifier and TypeClassDescriptionclassTableOptionsCqlGenerator<T extends TableOptionsSpecification<T>>Base class that contains behavior common to CQL generation for table operations.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type TableOptionsSpecificationModifierConstructorDescriptionTableOptionsCqlGenerator(TableOptionsSpecification<T> specification) -
Uses of TableOptionsSpecification in org.springframework.data.cassandra.core.cql.keyspace
Classes in org.springframework.data.cassandra.core.cql.keyspace with type parameters of type TableOptionsSpecificationModifier and TypeClassDescriptionclassTableOptionsSpecification<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 ....Modifier and TypeClassDescriptionclassObject to configure aALTER TABLEspecification.classObject to configure aCREATE TABLEspecification.classObject to support the configuration of table specifications that have columns.