posted 13 years ago
Actually I have create a table "Paper" which a join of two tables.
PaperInfo and questionbank
This paper table has field which are PaperInfoId and QuestionId which are primary key of table PaperInfo and questionbank tables respectively.
I generate POJO and mapping files with the help of reverse engg. file in netbeans.
But no class and hbm file is generate Paper Table.
Now I am confused how to fetch and store data in paper tables as there is no class and mapping file generated for the table...
Is there any way to work with a join table...?
Please advice....!!!
Thanks