Important
We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.
Entity Manager
Class OroEntityManager is used to extend some native Doctrine Entity Manager functionality. If any other modifications are required, your class should extend OroEntityManager instead of the Doctrine Entity Manager.
Additional ORM Lifecycle Events
In addition to standard Doctrine ORM Lifecycle Events, the OroEntityManager triggers new events:
preClose - The preClose event occurs when the EntityManager#close() operation is invoked, before EntityManager#clear() is invoked.