Hi,
Supponse I have a Author and Title
table with many to many relationship.
The problem is if I have one Author with
many titles. Do I have to explicitly add Titles using session.save(title) to
save the individual titles for the author. I think hibernate should take
care of it internally like it does for many-to-many
relationship.
Does anyone have example for many-to-many
relationship.
This would help me a lot.
regards
prasad
chandrasekaran
|
- Re: [Hibernate] Hi (Problem with Many to Many relationship) Gavin . King
- Re: [Hibernate] Hi (Problem with Many to Many relationsh... Prasad Iyer
- Re: [Hibernate] Hi (Problem with Many to Many relationsh... Gavin . King
- Prasad Iyer