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

Reply via email to