3.1 · Lesson

Creating Movie classes

The movie Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. shows entities for movies, people, and the 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. between them. You will start your application domain with the Movie entity.

A Java domain class will represent the Movie entity. While you wouldn't need to map all of the fields on the Movie Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties., you will go ahead and map all of them for this example.