Neos\Flow\Persistence\Generic
Namespaces
Neos\Flow\Persistence\Generic\AspectNeos\Flow\Persistence\Generic\BackendNeos\Flow\Persistence\Generic\ExceptionNeos\Flow\Persistence\Generic\Qom
Classes
DataMapper deprecated
A data mapper to map raw records to objects
LazySplObjectStorage deprecated
A lazy loading variant of \SplObjectStorage
PersistenceManager deprecated
The generic Flow Persistence Manager
Query deprecated
The Query class used to run queries like $query->matching($query->equals('foo', 'bar'))->setLimit(10)->execute();
QueryFactory deprecated
The QueryFactory used to create queries against the storage backend
QueryResult deprecated
A lazy result list that is returned by Query::execute()
Session deprecated
The persistence session - acts as a UoW and Identity Map for Flow's persistence framework.
Interfaces
QueryFactoryInterface
deprecated
A persistence query factory interface