| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| 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 |
|---|---|
void |
CqlSessionFactoryBean.setKeyspaceAlterations(List<AlterKeyspaceSpecification> specifications)
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AlterKeyspaceCqlGenerator.toCql(AlterKeyspaceSpecification specification) |
| Constructor and Description |
|---|
AlterKeyspaceCqlGenerator(AlterKeyspaceSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(String name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.