AbstractManagerRegistry |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Abstract implementation of the ManagerRegistry contract. |
ConnectionRegistry |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement. |
ManagerRegistry |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. |
ObjectManager |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Contract for a Doctrine persistence layer ObjectManager class to implement. |
ObjectManagerAware |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php |
Makes a Persistent Objects aware of its own object-manager. |
ObjectManagerDecorator |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php |
Base class to simplify ObjectManager decorators |
ObjectRepository |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Contract for a Doctrine persistence layer ObjectRepository class to implement. |
PersistentObject |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
PersistentObject base class that implements getter/setter methods for all mapped fields and associations
by overriding __call. |
Proxy |
vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php |
Interface for proxy classes. |