| Package | Description |
|---|---|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
FieldSpecification |
FieldSpecification.name(CqlIdentifier name)
Sets the field name.
|
FieldSpecification |
FieldSpecification.name(String name)
Sets the field name.
|
FieldSpecification |
FieldSpecification.type(com.datastax.driver.core.DataType type)
Sets the column's type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldSpecification> |
UserTypeSpecification.getFields() |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.