On Tue, Jul 7, 2009 at 10:59 AM, Martin Makundi <[email protected]> wrote: > > The hack is cleaner
In your opinion. Hibernate supports merging (if that's what you're using). Why not edit the object in a detached state (not in the session)? Then, when you want to update it, you call update()? If the edit never succeeds, then you never send those values to the db. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
