PHP Neos\Flow\Persistence\Generic Пространство имен

Пространства имен

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

Interfaces

Имя Описание
QueryFactoryInterface A persistence query factory interface

Классы

Имя Описание
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.