Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.UserTypeNameSpecification
Packages that use 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
Classes in org.springframework.data.cassandra.core.cql.generator with type parameters of type UserTypeNameSpecificationModifier and TypeClassDescriptionclassAbstract class to support User type CQL generation.Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type UserTypeNameSpecificationModifierConstructorDescriptionUserTypeNameCqlGenerator(UserTypeNameSpecification specification) Create a newUserTypeNameCqlGenerator. -
Uses of UserTypeNameSpecification in org.springframework.data.cassandra.core.cql.keyspace
Modifier and TypeClassDescriptionclassObject to configure aALTER TYPEspecification.classObject to configure aCREATE TYPEspecification.classObject to configure aDROP TYPEspecification.classUserTypeSpecification<T extends UserTypeSpecification<T>>Object to support the configuration of user type specifications that have columns.