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