Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceOptionsSpecification
Packages that use KeyspaceOptionsSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of KeyspaceOptionsSpecification in org.springframework.data.cassandra.core.cql.generator
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type KeyspaceOptionsSpecificationModifier and TypeClassDescriptionclassKeyspaceOptionsCqlGenerator<T extends KeyspaceOptionsSpecification<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 KeyspaceOptionsSpecificationModifierConstructorDescriptionKeyspaceOptionsCqlGenerator(KeyspaceOptionsSpecification<T> specification) -
Uses of KeyspaceOptionsSpecification in org.springframework.data.cassandra.core.cql.keyspace
Classes in org.springframework.data.cassandra.core.cql.keyspace with type parameters of type KeyspaceOptionsSpecificationModifier and TypeClassDescriptionclassKeyspaceOptionsSpecification<T extends KeyspaceOptionsSpecification<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 KEYSPACEspecification.classObject to configure aCREATE KEYSPACEspecification.