| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.core.query |
Apache Cassandra specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
List<Columns.Selector> |
QueryMapper.getMappedSelectors(Columns columns,
CassandraPersistentEntity<?> entity)
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Columns.ColumnSelector
Column selection.
|
static class |
Columns.FunctionCall
Function call selector with alias support.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Columns.Selector> |
Columns.getSelector(ColumnName columnName) |
| Modifier and Type | Method and Description |
|---|---|
Columns |
Columns.select(CqlIdentifier columnName,
Columns.Selector selector)
Include column
columnName with Columns.Selector. |
Columns |
Columns.select(String columnName,
Columns.Selector selector)
Include column
columnName with Columns.Selector. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.