Hello,
i have following problem:
I have one table MODULE.
And i have one table CONSUMER.
Now i want to connect MODULE with CONSUMER,
because evry MODUL has one CONSUMER.
But the difficult part is, that i need another connection
from MODULE to CONSUMER.
Both are 1 to 1, but they are different.
Consumer has only one PK wich the Module has to connect with.
Module have two Columns with IDs for Consumer.
And all this with XML File, not with annotations...
How can i solve that problem?
I tryed to search for that, but i cant discribe my problem.
Thank you for your answers :)
|