Is there a way to get a node by specific attributes using the Java API? Specifically:
- By Name
- By Label
- By properties - (various properties)
The only functions I found were:
findNode(label)
findNode(label, key, value)
Which only supports one property. Or do I have to use Cypher to get this?