| 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 | Field and Description |
|---|---|
protected ColumnName |
QueryMapper.Field.name |
| Modifier and Type | Method and Description |
|---|---|
ColumnName |
QueryMapper.Field.getMappedKey()
Returns the key to be used in the mapped document eventually.
|
ColumnName |
QueryMapper.MetadataBackedField.getMappedKey() |
| Modifier and Type | Method and Description |
|---|---|
QueryMapper.Field |
QueryMapper.Field.with(ColumnName name)
Returns a new
QueryMapper.Field with the given name. |
QueryMapper.MetadataBackedField |
QueryMapper.MetadataBackedField.with(ColumnName name) |
| Constructor and Description |
|---|
MetadataBackedField(ColumnName name,
CassandraPersistentEntity<?> entity,
MappingContext<? extends CassandraPersistentEntity<?>,CassandraPersistentProperty> mappingContext)
Creates a new
QueryMapper.MetadataBackedField with the given name, CassandraPersistentEntity and
MappingContext. |
MetadataBackedField(ColumnName name,
CassandraPersistentEntity<?> entity,
MappingContext<? extends CassandraPersistentEntity<?>,CassandraPersistentProperty> mappingContext,
CassandraPersistentProperty property)
Creates a new
QueryMapper.MetadataBackedField with the given name, CassandraPersistentProperty and
MappingContext with the given CassandraPersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
static ColumnName |
ColumnName.from(com.datastax.oss.driver.api.core.CqlIdentifier cqlIdentifier)
Create a
ColumnName given CqlIdentifier. |
static ColumnName |
ColumnName.from(String columnName)
Create a
ColumnName given a string columnName. |
ColumnName |
Criteria.getColumnName() |
ColumnName |
CriteriaDefinition.getColumnName()
Get the identifying key.
|
ColumnName |
Update.AssignmentOp.getColumnName() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ColumnName> |
Columns.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static Columns.ColumnSelector |
Columns.ColumnSelector.from(ColumnName columnName)
Create a
Columns.ColumnSelector given ColumnName. |
Optional<Columns.Selector> |
Columns.getSelector(ColumnName columnName) |
static Criteria |
Criteria.of(ColumnName columnName,
CriteriaDefinition.Predicate predicate)
Static factory method to create a
Criteria using the provided columnName. |
static Criteria |
Criteria.where(ColumnName columnName)
Static factory method to create a
Criteria using the provided ColumnName. |
| Constructor and Description |
|---|
AddToMapOp(ColumnName columnName,
Map<? extends Object,? extends Object> value) |
AddToOp(ColumnName columnName,
Iterable<? extends Object> value,
Update.AddToOp.Mode mode) |
AssignmentOp(ColumnName columnName) |
Criteria(ColumnName columnName)
Create an empty
Criteria given a ColumnName. |
IncrOp(ColumnName columnName,
Number value) |
RemoveOp(ColumnName columnName,
Object value) |
SetAtIndexOp(ColumnName columnName,
int index,
Object value) |
SetAtKeyOp(ColumnName columnName,
Object key,
Object value) |
SetOp(ColumnName columnName,
Object value) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.