Skip to content

v1.3.7

Choose a tag to compare

@patrickbrouwers patrickbrouwers released this 17 Jul 08:37
[FEATURE] Add hydrator registration to EntityManagerFactory (#257)

* Add hydrator registration to EntityManagerFactory

* Enables an easy way to register custom Doctrine hydrators
* Add `custom_hydration_modes` entry to `doctrine` config
* Add `setCustomHydrationModes` method to EntityManagerFactory

* Code style fixes

* Fix EntityManagerFactoryTest

- Fix mock config (add new `get` call definition)

* Add default value for backwards compatibility

* Fix EntityManagerFactoryTest