I think a composite key mapping guide will be seriously helpful.
For my case, I am able to map one-to-many from A to B (C, D, E, etc)
However, I can't map (one-to-many) A to F because everytime I do so it throws runtime error.
I am asking, in the general sense, if the parent, A has 3 columns as composite keys, and of which 2 columns are being used as foreign keys to map to F. Is it doable? (It throws runtime error everytime I tried)
If you're able to do so, do you mind to provide a mapping file example?
A is the parent to B, C, D, E, F (all of them is one-to-many association)
|