使用jpa的问题
大佬们,在使用jpa的时候怎么返回多列呀,@Query(value = “match (n:Web)-[]-(m:Device) where n.assetId in {assetId} return n.assetId as id,count(m) as count”) 这样写会报错 neo4j Scalar response queries must only return one column,怎么解决
3 回复