1. Is there a way to "disconnect" an object for editing? forum.hibernate.orgHi, I am building a JSF web app that uses Hibernate for persistence. It's working very well. Hibernate is awesome. I issue a query and get an object that I want to let the user edit. The user makes some changes to the object. I then need to issue some hibernate queries. The user hasn't indicated to "save" the changes so ... |