I was wondering what\'s the best way to update some fields of a dettached object using HB on Java. Specially when the object has child objects attributes. For Example (annot
You can modify the detached object directly and then reattach the object to the session using the merge method on the session.