TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_QOM_QueryObjectModelFactory Class Reference
Inheritance diagram for Tx_Extbase_Persistence_QOM_QueryObjectModelFactory:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactory TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactory
 selector ($nodeTypeName, $selectorName='')
 
 statement ($statement, array $boundVariables=array())
 
 join (SourceInterface $left, SourceInterface $right, $joinType, JoinConditionInterface $joinCondition)
 
 equiJoinCondition ($selector1Name, $property1Name, $selector2Name, $property2Name)
 
 _and (ConstraintInterface $constraint1, ConstraintInterface $constraint2)
 
 _or (ConstraintInterface $constraint1, ConstraintInterface $constraint2)
 
 not (ConstraintInterface $constraint)
 
 comparison (PropertyValueInterface $operand1, $operator, $operand2)
 
 propertyValue ($propertyName, $selectorName='')
 
 lowerCase (PropertyValueInterface $operand)
 
 upperCase (PropertyValueInterface $operand)
 
 ascending (DynamicOperandInterface $operand)
 
 descending (DynamicOperandInterface $operand)
 
 bindVariable ($bindVariableName)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactory
 $objectManager
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2397 of file LegacyClassesForIde.php.