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 TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Value object representing a specification to add a column.class
Value object representing a specification to alter a column.class
Base value object class for column changes that includeDataType
information.class
Value object representing a specification to drop a column.class
ColumnChangeSpecification
to 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()