I create an object on wich the server has a unique constraint defined on one field.
But when I want to update the object previously fetched, I get a "UniqueFieldValueConstraintViolationException" without the possibility to commit the object.
What is the right way to persist the changes made on an object that have a unique constraint on it ?
thanks in advance.