Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以从 Neo4j节点对象中获取相应的蓝图顶点?
我一直在查看 Neo4j 的文档,但我无法找到解决方法......
由于 blueprints 是 Neo4j 的包装器,因此您可以反过来,但不能这样。Neo4j 对上层一无所知,因此没有任何蓝图参考。也许您可以通过辅助类插入所需的信息来构造一个顶点?
是的你可以。看看这个和这个