Replies: 1 comment
-
/cc @FroMage (panache), @loicmathieu (panache) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have to tables with a one-to-many relation. In the 'many' table I need a custom id (eg. GTIN).
So I have two classes
I wrote a test:
It seems that the generated id for master is not getting propagated to the detail entity. I need to derive detail from EntityBase as I do not need a generated id.
How can I get this working?
Beta Was this translation helpful? Give feedback.
All reactions