Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.IndexNameSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE
, DROP INDEX
.-
Uses of IndexNameSpecification in org.springframework.data.cassandra.core.cql.generator
Modifier and TypeClassDescriptionclass
IndexNameCqlGenerator<T extends IndexNameSpecification<T>>
Base class for Index CQL generators. -
Uses of IndexNameSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclass
IndexNameSpecification<T extends IndexNameSpecification<T>>
Abstract builder class to support the construction of an index.Modifier and TypeClassDescriptionclass
Object to configure aCREATE INDEX
specification.class
Value object representing aDROP INDEX
specification.