Hello,
I am using Hibernate with Spring in a web form based application. When users browse through a form (clicking "next" or "back"), and they do not make changes to the fom data, I want to avoid an update statement from being executed on data that has not been changed. Is there any way to avoid these unneeded updates?
Thanks.


Reply With Quote