public final class Neo4jTupleSnapshot extends Object implements TupleSnapshot
Any PropertyContainer (node or relationship) can represent a tuple. The columns of the tuple are mapped as
properties of the property container.
| Constructor and Description |
|---|
Neo4jTupleSnapshot(org.neo4j.graphdb.PropertyContainer propertyContainer) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String column) |
Set<String> |
getColumnNames() |
org.neo4j.graphdb.PropertyContainer |
getPropertyContainer() |
boolean |
isEmpty() |
public Neo4jTupleSnapshot(org.neo4j.graphdb.PropertyContainer propertyContainer)
public Object get(String column)
get in interface TupleSnapshotpublic boolean isEmpty()
isEmpty in interface TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface TupleSnapshotpublic org.neo4j.graphdb.PropertyContainer getPropertyContainer()
Copyright © 2010-2014 Hibernate. All Rights Reserved.