Uses of Class
org.springframework.data.cassandra.core.cql.keyspace.CreateUserTypeSpecification
Packages that use CreateUserTypeSpecification
Package
Description
Apache Cassandra core support.
Spring Data Cassandra specific converter infrastructure.
CQL generators for Keyspace object actions.
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX.-
Uses of CreateUserTypeSpecification in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return types with arguments of type CreateUserTypeSpecificationModifier and TypeMethodDescriptionprotected List<CreateUserTypeSpecification> CassandraPersistentEntitySchemaCreator.createUserTypeSpecifications(boolean ifNotExists) CreateListofCreateUserTypeSpecification. -
Uses of CreateUserTypeSpecification in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return CreateUserTypeSpecificationModifier and TypeMethodDescriptionSchemaFactory.getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?> entity) Returns aCreateUserTypeSpecificationfor the given entity, including all mapping information. -
Uses of CreateUserTypeSpecification in org.springframework.data.cassandra.core.cql.generator
Subclasses with type arguments of type CreateUserTypeSpecification in org.springframework.data.cassandra.core.cql.generatorModifier and TypeClassDescriptionclassCQL generator for generating aCREATE TYPEstatement.Methods in org.springframework.data.cassandra.core.cql.generator with parameters of type CreateUserTypeSpecificationModifier and TypeMethodDescriptionstatic StringCreateUserTypeCqlGenerator.toCql(CreateUserTypeSpecification specification) Constructors in org.springframework.data.cassandra.core.cql.generator with parameters of type CreateUserTypeSpecificationModifierConstructorDescriptionCreateUserTypeCqlGenerator(CreateUserTypeSpecification specification) Create a newCreateUserTypeCqlGeneratorfor a givenCreateUserTypeSpecification. -
Uses of CreateUserTypeSpecification in org.springframework.data.cassandra.core.cql.keyspace
Subclasses with type arguments of type CreateUserTypeSpecification in org.springframework.data.cassandra.core.cql.keyspaceModifier and TypeClassDescriptionclassObject to configure aCREATE TYPEspecification.Methods in org.springframework.data.cassandra.core.cql.keyspace that return CreateUserTypeSpecificationModifier and TypeMethodDescriptionstatic CreateUserTypeSpecificationCreateUserTypeSpecification.createType(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier typeName) Entry point into theCreateUserTypeSpecification's fluent API giventypeNameto create a type.static CreateUserTypeSpecificationCreateUserTypeSpecification.createType(com.datastax.oss.driver.api.core.CqlIdentifier typeName) Entry point into theCreateUserTypeSpecification's fluent API giventypeNameto create a type.static CreateUserTypeSpecificationCreateUserTypeSpecification.createType(String typeName) Entry point into theCreateUserTypeSpecification's fluent API giventypeNameto create a type.static CreateUserTypeSpecificationSpecificationBuilder.createType(@Nullable com.datastax.oss.driver.api.core.CqlIdentifier keyspace, com.datastax.oss.driver.api.core.CqlIdentifier name) Entry point into theCreateUserTypeSpecification's fluent API giventypeNameto create a type.static CreateUserTypeSpecificationSpecificationBuilder.createType(com.datastax.oss.driver.api.core.CqlIdentifier name) Entry point into theCreateUserTypeSpecification's fluent API giventypeNameto create a type.static CreateUserTypeSpecificationSpecificationBuilder.createType(@Nullable String keyspace, String typeName) Entry point into theCreateUserTypeSpecification's fluent API givennameto create a type.static CreateUserTypeSpecificationSpecificationBuilder.createType(String typeName) Entry point into theCreateUserTypeSpecification's fluent API givennameto create a type.CreateUserTypeSpecification.ifNotExists()Enables the inclusion of anIF NOT EXISTSclause.CreateUserTypeSpecification.ifNotExists(boolean ifNotExists) Sets the inclusion of anIF NOT EXISTSclause.