Replies: 1 comment
-
This is elso my problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do a one-to-many join on multiple, non-pk columns, without much success.
I have tried using a unidirectional @onetomany + @joincolumn annotations, see this example.
Looks like Micronaut data thinks it should use a join table "e_f", though I am looking at simply doing a left join on non primary keys.
I see this is the generated query:
Note Micronaut ignored my join columns altogether.
How do I get it to do something like this instead?
Beta Was this translation helpful? Give feedback.
All reactions