Package org.neo4j.ogm.model
Interface GraphRowModel
- All Known Implementing Classes:
DefaultGraphRowModel
public interface GraphRowModel
- Author:
- vince
-
Method Summary
-
Method Details
-
getGraph
GraphModel getGraph() -
getRow
Object[] getRow()
-
DefaultGraphRowModel