Domain Modeling With Spring Data Neo4j
Focusing on a Person entity (common in so many applications), Willie shows the annotations needed to map into Neo4j nodes and relationships. Then he introduces a repository to retrieve instances from the database, and a controller to expose it all to the web.
The standard class diagram looks something like this:
Read Willie’s full blog post here to appreciate the simplicity.