我使用Neo4j 2.0.1和Spring-data-Neo4j 3.0.0,我试图使用新的Label功能。
我的实体注释为@TypeAlias
,我的存储库扩展了GraphRepository和RelationshipOperationsRepository。
当我执行repository.save(entity)
时,实体会以旧方式保存(使用__Type__
属性),match (entity:EntityLabel) return entity
之类的查询也不会返回任何内容。
我错过了什么吗?
答案 0 :(得分:0)
我不得不升级到Spring-data-Neo4j 3.0.1