Currently, we always perform a removal and re-add of the inverse side of associations managed by {{OgmEntityPersister#update()}}. That should not be necessary, if e.g. only a simple property of the entity on the main side has changed. This avoids some round-trips to the datastore and exposure of intermediate state to other clients.
|