Hi all,
I need some help, in my application I have some tables with many to many relationship.
Afetr many hours of work and research all works well, hibernate run as a mbean service in JBoss, I generate all xml and java files for my POJO's.
But now I have another problem...
I have a table CANDIDATES, another LANGUAGES and a relationship many to many LANGUAGE_CANDIDATE with the FK but in this table I have a field level and when I generate my POJOS I use the many to many and I don't generate the files for the table LANGUAGE_CANDIDATE so in my classes model I lose my field level.
I don't know which convention is used to implement this case.
So if someone can help me...
Thanks in advance.
If you need more detail ask me.
J
|