spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
740 stars 342 forks source link

Fix loading of 2nd level collections #1773

Closed schauder closed 3 months ago

schauder commented 3 months ago

Construction of the back reference assumed that the table holding the parent of the foreign key is the actual parent property. This is now corrected by using the correct API to identify the ancestor which holds the id.

Closes: #1692

schauder commented 3 months ago

Merged and back ported to 3.2.x