•GraphDatabaseService
•Transaction beginTx()
•Node createNode()
•Node getNodeById(long id)
•Relationship getRelationshipById(long id)
•IndexManagerindex()
•EmbeddedGraphDatabase(implement)
•EmbeddedReadOnlyGraphDatabase(implement)
•Transaction
•tx.success();
•tx.finish();
•IndexManager
•

本文档详细介绍了Neo4J的核心API,包括GraphDatabaseService用于数据库交互,IndexManager管理索引,Index进行节点和关系索引,TraversalDescription定义遍历行为,以及QueryContext及其示例,展示如何在 Neo4J 中进行查询操作。

8048

被折叠的 条评论
为什么被折叠?



