Well, if you want to do it with domain object, think yuo can do it with
three sql statements instead of two - Select .... for update returning you
domain object. Delete the row using selected object. Change the desired
field of the object  and run insert. Of course it will work unless your
table has some cascading deletes or updates.

Reply via email to