Skip to:
A query like the following
fails because the FK key part is used instead of the target part for the association implicit path. It fails with:
THis is probably the same issue as , but in a following order clause the PK is not used any more with Hibernate >= 6.
My test passes with your fix!
Hi Thomas! Can you try the fix from and tell me if that works for you?
This is probably the same issue as
A query like the following
fails because the FK key part is used instead of the target part for the association implicit path. It fails with: