| Author |
Many-To-Many relationship not working in Hibernate
|
Ashok Pradhan
Ranch Hand
Joined: Dec 17, 2007
Posts: 179
|
|
My entity Classes
Teacher
Section
Main Class
Everything works well if I include
before I call
Otherwise the generated JoinTable and Section table does not include section2 data
But my question is - As I have annotated in Teacher class the above things (saving section objects before teacher object) are not necessary.
Please show me some light ...
|
 |
 |
|
|
subject: Many-To-Many relationship not working in Hibernate
|
|
|