posted 13 years ago
I have a dept table and an emp table. The dept table had a one-to-many relation with emp table w.r.t the deptId.
When i tried this code:
This is the generated output in my console for the sql query generated by the hibernate:
In the generated hibernate query I can clearly see that there are repetition in columns of the emp table. But i don't want these repetitions to appear. How to avoid the repetition in the hibernate generated query then?
Please inform how to remove these repetitions.
Regards,