cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

What is the default query depth for SDN 6 repository queries?

I am trying out SDN 6.0.1 and am trying to figure out what is the default query depth for generated repository queries. I cannot find anything about it in the documentation.

Also, is there a way to adjust the depth of the query, as it was possible with previous SDN versions?

1 REPLY 1

There is no variable depth anymore, neither for querying or saving. This is due to the fact that we wanted to align SDN 6 more with the overall Spring Data background "Domain Driven Design".
If you wonder what happens in the background, there is an explanation of the query creation in the appendix of the documentation. 12. Spring Data Neo4j Appendix -> Query creation (Sorry I cannot link it right now because the documentation with the anchor fixes were not updated yet)

Thanks for pointing out that the documentation is missing this bit to make our intention clear.