| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicMapId
Simple implementation of
MapId. |
| Modifier and Type | Method and Description |
|---|---|
MapId |
MapIdentifiable.getMapId()
Gets the identity of this instance.
|
static MapId |
BasicMapId.id()
Factory method.
|
static MapId |
BasicMapId.id(MapId id)
Factory method.
|
static MapId |
BasicMapId.id(String name,
Object value)
Factory method.
|
MapId |
MapId.with(String name,
Object value)
Builder method that adds the value for the named property, then returns
this. |
| Modifier and Type | Method and Description |
|---|---|
static MapId |
BasicMapId.id(MapId id)
Factory method.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.