public final class Neo4jTupleSnapshot extends Object implements TupleSnapshot
A Node represents a Tuple. Columns are mapped as properties of a the Node.
| Constructor and Description |
|---|
Neo4jTupleSnapshot(org.neo4j.graphdb.PropertyContainer node) |
public Neo4jTupleSnapshot(org.neo4j.graphdb.PropertyContainer node)
public Object get(String column)
get in interface TupleSnapshotpublic boolean isEmpty()
isEmpty in interface TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface TupleSnapshotCopyright © 2010-2013 Hibernate. All Rights Reserved.