Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 368 Bytes

multiple-entity-managers.md

File metadata and controls

15 lines (8 loc) · 368 Bytes

Usage of different Doctrine Entity Managers

Go back to Table of contents


1. Usage

When using Doctrine, all managers are auto-selected by the use of getManagerForClass method of Doctrine.

2. Support

Multiple Object Managers are only automatically implemented for Doctrine (ORM and ODM).