3.8 · Lesson

Modeling Situations

This lesson covers some tips and tricks to working with Spring Data Neo4j, especially when it comes to modeling and designing your domain in an application.

The findAll() method is a very useful method for initially retrieving your graph. It is quick, available out-of-the-box, and works great for small play demo data sets. However, it is designed to be greedy, so it is not always the best choice.