Persistence

Table of Contents

Namespaces

Exception
Generic

Interfaces

ForwardCompatibleQueryInterface
Helper interface for v11 DI to see if a Query can be autowired, or if a fallback to ObjectManager needs to be done.
ForwardCompatibleQueryResultInterface
Helper interface for v11 DI to see if a QueryResult can be autowired, or if a fallback to ObjectManager needs to be done.
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.

        
On this page

Search results