3.6 · Lesson

Mapping Relationships

You have created the application entities for movies and people, but you haven't mapped the most unique part of the graph - Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node.. In this lesson, you will map relationships between movies and people and create an application entity for relationship Full definition for property (opens in a new tab)A named value stored on a node or a relationship..

If you are familiar with mapping relationships in Spring applications for other types of data stores (such as relational databases), the syntax with Neo4j will not be completely foreign to you.