Basis for transparent DAO workers.
More...
List of all members.
Detailed Description
Basis for transparent DAO workers.
- See also:
- VoodooDaoWorker for obscure and greedy worker.
SmartDaoWorker for less obscure locking-based worker.
Definition at line 21 of file TransparentDaoWorker.class.php.
Member Function Documentation
| TransparentDaoWorker::gentlyGetByKey |
( |
$ |
key |
) |
[abstract, protected] |
| TransparentDaoWorker::getById |
( |
$ |
id |
) |
|
| TransparentDaoWorker::getByQuery |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::getCustom |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::getListByIds |
( |
array $ |
ids |
) |
|
| TransparentDaoWorker::getListByQuery |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::getPlainList |
( |
|
) |
|
| TransparentDaoWorker::getCustomList |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::getCustomRowList |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::getQueryResult |
( |
SelectQuery $ |
query |
) |
|
| TransparentDaoWorker::uncacheById |
( |
$ |
id |
) |
|
| TransparentDaoWorker::getCachedByQuery |
( |
SelectQuery $ |
query |
) |
[protected] |
| TransparentDaoWorker::getCachedList |
( |
SelectQuery $ |
query |
) |
[protected] |
| TransparentDaoWorker::cacheNullById |
( |
$ |
id |
) |
[protected] |
| TransparentDaoWorker::keyToInt |
( |
$ |
key |
) |
[protected] |
The documentation for this class was generated from the following file:
|
|