| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| org.springframework.data.cassandra.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core.cql.generator |
CQL generators for Keyspace object actions.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
protected List<CreateUserTypeSpecification> |
CassandraPersistentEntitySchemaCreator.createUserTypeSpecifications(boolean ifNotExists)
Create
List of CreateUserTypeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
CreateUserTypeSpecification |
SchemaFactory.getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?> entity)
Returns a
CreateUserTypeSpecification for the given entity, including all mapping information. |
| Modifier and Type | Method and Description |
|---|---|
static String |
CreateUserTypeCqlGenerator.toCql(CreateUserTypeSpecification specification) |
| Constructor and Description |
|---|
CreateUserTypeCqlGenerator(CreateUserTypeSpecification specification)
Create a new
CreateUserTypeCqlGenerator for a given CreateUserTypeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
static CreateUserTypeSpecification |
CreateUserTypeSpecification.createType(com.datastax.oss.driver.api.core.CqlIdentifier name)
Entry point into the
CreateUserTypeSpecification's fluent API given name to create a type. |
static CreateUserTypeSpecification |
CreateUserTypeSpecification.createType(String name)
Entry point into the
CreateUserTypeSpecification's fluent API given name to create a type. |
CreateUserTypeSpecification |
CreateUserTypeSpecification.ifNotExists()
Enables the inclusion of an
IF NOT EXISTS clause. |
CreateUserTypeSpecification |
CreateUserTypeSpecification.ifNotExists(boolean ifNotExists)
Sets the inclusion of an
IF NOT EXISTS clause. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.