Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.TableSpecification
Packages that use TableSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of TableSpecification in org.springframework.data.cassandra.core.cql.generator
Subclasses with type arguments of type TableSpecification in org.springframework.data.cassandra.core.cql.generatorModifier and TypeClassDescriptionclassCQL generator for generating aCREATE TABLEstatement. -
Uses of TableSpecification in org.springframework.data.cassandra.core.cql.keyspace
Subclasses of TableSpecification in org.springframework.data.cassandra.core.cql.keyspaceModifier and TypeClassDescriptionclassObject to configure aCREATE TABLEspecification.Subclasses with type arguments of type TableSpecification in org.springframework.data.cassandra.core.cql.keyspaceModifier and TypeClassDescriptionclassObject to support the configuration of table specifications that have columns.