Reputation: 858
I am new to Neo4J and so far have been using annotated queries to query graph database using Neo4j-spring. I have read that CypherDslRepository and CypherDSL can be used to query Neo4j db, but could not come across a satisfactory example.
Could someone please explain and provide an example of how to use this ? Thanks.
Upvotes: 1
Views: 279
Reputation: 39915
That's fairly well documented at http://docs.spring.io/spring-data/data-neo4j/docs/2.3.2.RELEASE/reference/html/programming-model.html#d0e2887
Upvotes: 1