◦ Events::preUpdate ▪ Entity can’t be updated directly, update changeset using PreUpdateEventArgs ▪ Relations changes not tracked too ◦ UOW->recomputeSingleEntityChangeSet($class, $entity) ◦ Persister->update($entity) ◦ Events::postUpdate ▪ Entity can’t be updated directly anymore ▪ UOW->scheduleExtraUpdate($entity, array $changeset) • UOW->executeExtraUpdates()