最近在做一个 Neo4J 的小 demo
Spring-boot version 2.4.1 Neo4j API version: SDN6+
@Query("MATCH (c:COOPER)-[r:relation]->(inv:Inventor) RETURN collect(c.name) as coop, collect(r.num) as num,inv.name as king LIMIT 25")
List<Coop2Inv> QueryRelation();
在使用 @Query 时,需要把查到的数据存到对象中,总是出现如下错误:
Could not find mappable nodes or relationships inside Record
但在低版本 API 中使用 @QueryResult 注释实体就不会出现问题。
类似的问题在 Neo4J 社区中也没有答案: https://community.neo4j.com/t/issue-when-retrieving-result-from-neo4jrepository/34966/4
所以该怎么获取数据呢?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.