Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.ColumnChangeSpecification
Packages that use ColumnChangeSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of ColumnChangeSpecification in org.springframework.data.cassandra.core.cql.generator
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type ColumnChangeSpecificationModifier and TypeClassDescriptionclassBase class for column change CQL generators.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type ColumnChangeSpecification -
Uses of ColumnChangeSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclassValue object representing a specification to add a column.classValue object representing a specification to alter a column.classBase value object class for column changes that includeDataTypeinformation.classValue object representing a specification to drop a column.classColumnChangeSpecificationto rename a column.Methods in org.springframework.data.cassandra.core.cql.keyspace that return types with arguments of type ColumnChangeSpecificationModifier and TypeMethodDescriptionAlterTableSpecification.getChanges()Returns an unmodifiable list of column changes.AlterUserTypeSpecification.getChanges()