根据官方SDN4文档 - In Spring Data Neo4j 4, index management concerns were removed from the mapping framework entirely
.
那么@GraphId
的索引呢?它是否也超出了SDN4的范围,并且还必须手动创建带有@GraphId
注释的字段的索引?
@GraphId
目前表示您无法控制的neo4j内部ID。
按 id 查询是 neo4j btw 中最快的查找。