doctrine-orm
doctrine-orm copied to clipboard
Using EntityManagerDecorator instead of EntityManager seems to be quite "experimental"
Hello,
I know that using EntityManagerDecorator is recommended by Doctrine authors, but according to this issue https://github.com/doctrine/orm/issues/5820 and my own experience, it's not ready to be heavily used yet.
Does someone use it successfully on large projects?
Thank you.