Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.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
Modifier and TypeClassDescriptionclass
TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>>
Base class that contains behavior common to CQL generation for table operations.ModifierConstructorDescriptionTableOptionsCqlGenerator
(TableOptionsSpecification<T> specification) -
Uses of TableOptionsSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclass
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 ...
.Modifier and TypeClassDescriptionclass
Object to configure aALTER TABLE
specification.class
Object to configure aCREATE TABLE
specification.class
Object to support the configuration of table specifications that have columns.