| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
static CqlIdentifier |
CqlIdentifier.cqlId(CharSequence identifier)
Deprecated.
since 2.0, use
of(CharSequence) |
static CqlIdentifier |
CqlIdentifier.cqlId(CharSequence identifier,
boolean forceQuote)
Deprecated.
since 2.0, use
of(CharSequence, boolean) |
static CqlIdentifier |
CqlIdentifier.of(CharSequence identifier)
Deprecated.
Factory method for
CqlIdentifier. |
static CqlIdentifier |
CqlIdentifier.of(CharSequence identifier,
boolean forceQuote)
Deprecated.
Factory method for
CqlIdentifier. |
static CqlIdentifier |
CqlIdentifier.quoted(CharSequence identifier)
Deprecated.
Factory method for a force-quoted
CqlIdentifier. |
static CqlIdentifier |
CqlIdentifier.quotedCqlId(CharSequence identifier)
Deprecated.
since 2.0, use
quoted(CharSequence). |
| Modifier and Type | Method and Description |
|---|---|
int |
CqlIdentifier.compareTo(CqlIdentifier identifier)
Deprecated.
Unquoted identifiers sort before quoted ones.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CassandraPersistentProperty.setColumnName(CqlIdentifier columnName)
Deprecated.
since 3.0, use
CassandraPersistentProperty.setColumnName(CqlIdentifier). |
default void |
CassandraPersistentEntity.setTableName(CqlIdentifier tableName)
Deprecated.
since 3.0, use
CassandraPersistentEntity.setTableName(CqlIdentifier) instead. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.