i am using Neo4j 2.0 . I 've created many nodes with Label X and an unique property Y. I mean, this property Y is different for different nodes with Label X.
I'm using Embedded-neo4j. How can we get a node using Java API given the label X and property Y. How can U get a reference to the node?
Please help me.