Persistence
Table of Contents
Namespaces
- Event
- Mapping
- Reflection
Interfaces
- 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.
- NotifyPropertyChanged
- Interface for classes that notify event listeners of changes to their managed properties.
- ObjectManager
- Contract for a Doctrine persistence layer ObjectManager class to implement.
- ObjectRepository
- Contract for a Doctrine persistence layer ObjectRepository class to implement.
- PropertyChangedListener
- Contract for classes that are potential listeners of a {@see NotifyPropertyChanged}
implementor.
- Proxy
- Interface for proxy classes.
Classes
- AbstractManagerRegistry
- Abstract implementation of the ManagerRegistry contract.
- ObjectManagerDecorator
- Base class to simplify ObjectManager decorators