AbstractManagerRegistry |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php |
Abstract implementation of the ManagerRegistry contract. |
ConnectionRegistry |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php |
Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement. |
ManagerRegistry |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. |
ObjectManager |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Contract for a Doctrine persistence layer ObjectManager class to implement. |
ObjectManagerAware |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php |
Makes a Persistent Objects aware of its own object-manager. |
ObjectRepository |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Contract for a Doctrine persistence layer ObjectRepository class to implement. |
PersistentObject |
drupal/core/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 |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php |
Interface for proxy classes. |