标签: neo4j
我使用Embedded Neo4j Java API在Neo4j事务中发送以下cypher查询:
CREATE (n:Competition {props}) RETURN n
创建节点但没有返回结果,我从GraphDatabaseService.execute(..)
GraphDatabaseService.execute(..)
我错过了一些明显的东西吗?
这是Neo4j 2.3
答案 0 :(得分:0)
这是代码中的错误,可以忽略。