PHP Neos\Flow\Persistence\Generic Namespace

Nested Namespaces

Neos\Flow\Persistence\Generic\Aspect
Neos\Flow\Persistence\Generic\Backend
Neos\Flow\Persistence\Generic\Qom

Interfaces

Name Description
QueryFactoryInterface A persistence query factory interface

Classes

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