| Author |
Hibernate : Repetition in FetchMode.JOIN
|
Anthony D'Souz
Ranch Hand
Joined: Oct 13, 2011
Posts: 43
|
|
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,
|
 |
Anthony D'Souz
Ranch Hand
Joined: Oct 13, 2011
Posts: 43
|
|
|
Any help on this please?
|
 |
 |
|
|
subject: Hibernate : Repetition in FetchMode.JOIN
|
|
|