
Static Public Member Functions | |
| static | join () |
| |
| static | cascade () |
| |
| static | lazy () |
| |
Public Attributes | |
| const | JOIN = 1 |
| const | CASCADE = 2 |
| const | LAZY = 3 |
Protected Attributes | |
| $names | |
Definition at line 16 of file FetchStrategy.class.php.
| static FetchStrategy::join | ( | ) | [static] |
| static FetchStrategy::cascade | ( | ) | [static] |
Definition at line 39 of file FetchStrategy.class.php.
Referenced by MetaConfiguration::load(), and Criteria::setDao().
| static FetchStrategy::lazy | ( | ) | [static] |
| const FetchStrategy::JOIN = 1 |
Definition at line 18 of file FetchStrategy.class.php.
Referenced by BaseDaoWorker::fetchList(), BaseDaoWorker::fetchObject(), Criteria::fillSelectQuery(), ComplexBuilderDAO::getDefaultStrategyId(), and Criteria::setFetchStrategy().
| const FetchStrategy::CASCADE = 2 |
Definition at line 19 of file FetchStrategy.class.php.
Referenced by BaseBuilder::buildFillers(), buildPointers(), and Criteria::joinProperties().
| const FetchStrategy::LAZY = 3 |
Definition at line 20 of file FetchStrategy.class.php.
Referenced by DTOClassBuilder::build(), BaseBuilder::buildFillers(), AbstractProtoClass::getMapping(), MetaClassProperty::toDaoField(), and MetaClassProperty::toDaoSetter().
FetchStrategy::$names [protected] |
Initial value:
Reimplemented from Enumeration.
Definition at line 22 of file FetchStrategy.class.php.
1.5.4