Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Prasad Iyer
: [Hibernate] Hi (Problem with Many to Many relationship) where is your cascade=save-update???! |-+--- | | Prasad Iyer | | | [EMAIL PROTECTED] | | | Sent

Re: [Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Gavin . King
: | | Subject: Re: [Hibernate] Hi (Problem with Many to Many relationship) | --| Hi again, It should be working

[Hibernate] Hi (Problem with Many to Many relationship)

2003-08-14 Thread Prasad Iyer
Hi, Supponse I have a Authorand 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 thinkhibernate should take care of it internally