public final class SerializableMapAssociationSnapshot extends Object implements AssociationSnapshot
AssociationSnapshot based on a serializable map.| Constructor and Description |
|---|
SerializableMapAssociationSnapshot(Map<SerializableRowKey,Map<String,Object>> associationMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(RowKey column) |
Tuple |
get(RowKey column) |
Set<RowKey> |
getRowKeys() |
Map<SerializableRowKey,Map<String,Object>> |
getUnderlyingMap() |
int |
size() |
public SerializableMapAssociationSnapshot(Map<SerializableRowKey,Map<String,Object>> associationMap)
public Tuple get(RowKey column)
get in interface AssociationSnapshotpublic boolean containsKey(RowKey column)
containsKey in interface AssociationSnapshotpublic int size()
size in interface AssociationSnapshotpublic Set<RowKey> getRowKeys()
getRowKeys in interface AssociationSnapshotpublic Map<SerializableRowKey,Map<String,Object>> getUnderlyingMap()
Copyright © 2010–2016 Hibernate. All rights reserved.