Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-14-2019 06:14 AM
01-28-2020 12:44 AM
Accepted answer on StackOverflow:
As far as I understand, the default "depth" value on derived finders is 1.
If you want to load the whole hierarchy, try adding @Depth(value = 3) on top of your derived finder.
Your method should look like:
@Depth(value = 3)
List<Client> findAllByName(String name);
All the sessions of the conference are now available online