Spring Data neo4j Tutorial - 02 Reverse Relationship

Опубликовано: 29 Июль 2026
на канале: ZenMaster IT Tutorials
1,139
28

Here you will learn how to access a relationship from both ends using intermediate classes.
You will need a neo4j version equal to or above v4.2.10, because there was a bug in the query builder that did cause a problem with this.

Cypher Data to load: https://github.com/mgZenMaster/spring...



00:58 neo4j Server Bug
01:29 Put Cypher data in the database
01:51 Start coding: Add another intermediate class
05:19 Create repository for release
06:42 Iterate through the relations