如何将 org.neo4j.graphdb.Releationship 转换为 SDN 关系实体?

How to convert org.neo4j.graphdb.Releationship to a SDN Relationship entity?

如何在不再次加载对象的情况下将 neo4j org.neo4j.graphdb.Releationship 对象转换为 spring 数据 neo4j 关系实体?

使用自动装配 Neo4jTemplate:

template.load(rel, YourRelationshipModel.class)

请注意,如果您的关系节点使用 @Fetch 注释,则会加载其他数据。