2.6 · Lesson

The movie domain

Up until now, you have been gathering skills needed to create your own Spring Data Neo4j application - discussing the SDN library, testing the Neo4j database connection, and understanding how domains are modeled and used with SDN.

In this lesson, you will get an overview of the data domain for the remainder of the course. You will also create your own Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain. and Java classes for the application domain model.