1、前言 在使用Neo4j-ogm时,对于自定义的NodeEntity和NodeRelation存在循环引用的关系时,在jackson序列化时会导致序列化失败,使用一个注解用来解决循环引用。
//neo4j.com/download/ APIs and other access methods Bolt protocol Cypher query language Java API Neo4j-OGM Neo4j Object Graph Mapper (Neo4j-OGM) Spring Data Neo4j provides code on top of Neo4-OGM to help quickly finder methods Supports the Cypher Graph Quey Language Support for Neo4j causal clusters Based on the Neo4j-OGM
一旦掌握了基础知识,您可能想要探索将Java与Neo4j集成的更高级方法 - 例如使用Neo4j的对象图形映射(OGM)库,Neo4j-OGM和Spring Data。