简体   繁体   English

在Neo4j嵌入式java中通过ID获取节点或关系

[英]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. 我看了如何通过cypher轻松地通过ID获取Node ,但是Node接口可用的方法似乎不支持基于ID返回特定Node对象的方法。

How can I return a particular node by ID with the Neo4j embedded Java library? 如何通过ID与Neo4j嵌入式Java库返回特定节点? Same question with relationships... 与关系相同的问题......

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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