简体   繁体   中英

Get node or relationship by ID in Neo4j embedded java

I looked at how I can easily get a Node by ID through cypher , yet the methods that are available for the Node interface do not appear to support a way to return a particular Node object based on ID.

How can I return a particular node by ID with the Neo4j embedded Java library? Same question with relationships...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM