Warm tip: This article is reproduced from serverfault.com, please click

Is neo4j traversal framework deprecated?

发布于 2014-03-25 10:48:42

Does cypher replaces neo4j traversal now-a-days? Is neo4j traversal deprecated now?

Questioner
manish
Viewed
0
tstorms 2014-03-25 21:33:25

No, there are many cases where a manual traversal is useful. The Traversal class is indeed deprecated but the TraversalDescription isn't. You can get it via GraphDatabaseService#traversalDescription().