Hi,
I am trying to get all nodes and edges of a graph using Java API. 
I know there is a method getAllnodes() on GraphDatabaseService object. But 
that too is deprecated. Also, I cannot find any method for getting edges of 
the graph.
I do not want to use traversal framework as graph may not be fully 
connected and I will not be able to get all nodes. And for edges also, I do 
not want to start from a particular node.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to