| Package | Description |
|---|---|
| org.springframework.data.cassandra.core |
Apache Cassandra core support.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableSelectOperation.ExecutableSelect<T>
The
ExecutableSelectOperation.ExecutableSelect interface provides methods for constructing SELECT query operations
in a fluent way. |
| Modifier and Type | Method and Description |
|---|---|
ExecutableSelectOperation.SelectWithProjection<T> |
ExecutableSelectOperation.SelectWithTable.inTable(CqlIdentifier table)
Explicitly set the
name of the table on which to execute the query. |
default ExecutableSelectOperation.SelectWithProjection<T> |
ExecutableSelectOperation.SelectWithTable.inTable(String table)
Explicitly set the
name of the table on which to execute the query. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.