| Package | Description |
|---|---|
| org.springframework.data.cassandra.repository |
Apache Cassandra specific repository implementation.
|
| org.springframework.data.cassandra.repository.support |
Support infrastructure for query derivation of Apache Cassandra specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
MapId |
MapIdentifiable.getMapId()
Gets the identity of this instance.
|
MapId |
MapId.with(String name,
Serializable value)
Builder method that adds the value for the named property, then returns
this. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMapId
Simple implementation of
MapId. |
| Modifier and Type | Method and Description |
|---|---|
static MapId |
BasicMapId.id()
Factory method.
|
static MapId |
BasicMapId.id(MapId id)
Factory method.
|
static MapId |
BasicMapId.id(String name,
Serializable value)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static MapId |
BasicMapId.id(MapId id)
Factory method.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.