Check if anything has been changed on the form

2009-03-05 Thread Madhav Bhargava
Hi All, We are trying to fine tune the DAO layer where we are using Hibernate as our ORM. Since we have too many detached objects, every time we go and save which is quite often (because of implicit save) too many queries get fired and the application responds slowly. This happens even if

Re: Check if anything has been changed on the form

2009-03-05 Thread Simon Kitching
Madhav Bhargava schrieb: Hi All, We are trying to fine tune the DAO layer where we are using Hibernate as our ORM. Since we have too many detached objects, every time we go and save which is quite often (because of implicit save) too many queries get fired and the application responds