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
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
Methods in org.springframework.data.cassandra.core.cql.keyspace that return CreateUserTypeSpecificationModifier and TypeMethodDescriptionstatic CreateUserTypeSpecificationCreateUserTypeSpecification.createType(com.datastax.oss.driver.api.core.CqlIdentifier name) Entry point into theCreateUserTypeSpecification's fluent API givennameto create a type.static CreateUserTypeSpecificationCreateUserTypeSpecification.createType(String name) 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.