【问题标题】:labels in neo4j 2.0 with spring data neo4j 3.0.0neo4j 2.0 中带有 spring 数据 neo4j 3.0.0 的标签
【发布时间】:2014-04-19 13:11:06
【问题描述】:

我正在使用带有 Spring-data-Neo4j 3.0.0 的 Neo4j 2.0.1,并且我正在尝试使用新的标签功能。

我的实体使用@TypeAlias 进行注释,我的存储库扩展了GraphRepository 和RelationshipOperationsRepository。

当我执行repository.save(entity) 时,实体会以旧方式保存(使用__Type__ 属性)并且像match (entity:EntityLabel) return entity 这样的查询不会返回任何内容。

我错过了什么吗?

【问题讨论】:

    标签: neo4j spring-data-neo4j


    【解决方案1】:

    我必须升级到 Spring-data-Neo4j 3.0.1

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-01-31
      • 2014-01-05
      相关资源
      最近更新 更多