You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s a bug in Spring Data JDBC related to constructor creation
So all the poking around the embedded @Id wasn’t really the cause
For Kotlin data classes, we attempt to create the entity using its constructor and in that code path we have a bug that assumes the applicant is a nested entity.
Andrew Thorburn opened DATAJDBC-273 and commented
Given an entity definition like (in Kotlin), full code at the reference URL:
Attempting to load that entity gives the following partial exception:
Per Mark Paluch, the cause is this:
Affects: 1.0 GA (Lovelace)
Reference URL: https://github.com/ipsi/spring-data-jdbc-playground
Referenced from: pull request #96, and commits aec5722, 9fb5aad, baeb8d8
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: