Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.KeyspaceActionSpecification
Packages that use KeyspaceActionSpecification
Package
Description
Spring Data Cassandra
factory beans and configuration.CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of KeyspaceActionSpecification in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return types with arguments of type KeyspaceActionSpecificationModifier and TypeMethodDescriptionKeyspaceActions.getActions()CqlSessionFactoryBean.getKeyspaceSpecifications()Method parameters in org.springframework.data.cassandra.config with type arguments of type KeyspaceActionSpecificationModifier and TypeMethodDescriptionvoidCqlSessionFactoryBean.setKeyspaceSpecifications(List<? extends KeyspaceActionSpecification> keyspaceSpecifications) Constructors in org.springframework.data.cassandra.config with parameters of type KeyspaceActionSpecificationConstructor parameters in org.springframework.data.cassandra.config with type arguments of type KeyspaceActionSpecification -
Uses of KeyspaceActionSpecification in org.springframework.data.cassandra.core.cql.generator
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type KeyspaceActionSpecificationModifier and TypeClassDescriptionclassBase class for Keyspace CQL generators.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type KeyspaceActionSpecificationModifierConstructorDescriptionKeyspaceNameCqlGenerator(KeyspaceActionSpecification specification) -
Uses of KeyspaceActionSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclassObject to configure aALTER KEYSPACEspecification.classObject to configure aCREATE KEYSPACEspecification.classObject to configure aDROP KEYSPACEspecification.classKeyspaceOptionsSpecification<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 ....