Using Hibernate, DAO support, and templating...
I have an object that is already persisted to the database. I try to save it again and it does an update. Is there any way I can have it throw an exception if the object already exists in the database?
Thanks.


Reply With Quote