public final class Neo4jAssociationSnapshot extends Object implements AssociationSnapshot
| Constructor and Description |
|---|
Neo4jAssociationSnapshot(Map<RowKey,Tuple> tuples) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(RowKey rowKey) |
Tuple |
get(RowKey rowKey) |
Set<RowKey> |
getRowKeys() |
int |
size() |
public Tuple get(RowKey rowKey)
get in interface AssociationSnapshotpublic boolean containsKey(RowKey rowKey)
containsKey in interface AssociationSnapshotpublic int size()
size in interface AssociationSnapshotpublic Set<RowKey> getRowKeys()
getRowKeys in interface AssociationSnapshotCopyright © 2010-2015 Hibernate. All Rights Reserved.