Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
Package
Description
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE
, DROP INDEX
.-
Uses of UserTypeNameSpecification in org.springframework.data.cassandra.core.cql.generator
Modifier and TypeClassDescriptionclass
Abstract class to support User type CQL generation.ModifierConstructorDescriptionUserTypeNameCqlGenerator
(UserTypeNameSpecification specification) Create a newUserTypeNameCqlGenerator
. -
Uses of UserTypeNameSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclass
Object to configure aALTER TYPE
specification.class
Object to configure aCREATE TYPE
specification.class
Object to configure aDROP TYPE
specification.class
UserTypeSpecification<T extends UserTypeSpecification<T>>
Object to support the configuration of user type specifications that have columns.