Persistence
Table of Contents
Namespaces
Interfaces
- ObjectMonitoringInterface
- An interface how to monitor changes on an object and its properties. All domain objects which should be persisted need to implement the below interface.
- PersistenceManagerInterface
- The Extbase Persistence Manager interface
- QueryInterface
- A persistence query interface
- QueryResultInterface
- A lazy result list that is returned by Query::execute()
- RepositoryInterface
- Contract for a repository
Classes
- ClassesConfiguration
- ClassesConfigurationFactory
- Exception
- A generic Persistence exception
- ObjectStorage
- The storage for objects. It ensures the uniqueness of an object in the storage. It's a remake of the `SplObjectStorage` introduced in PHP 5.3.
- Repository
- The base repository - will usually be extended by a more concrete repository.