TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactoryInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelFactoryInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface Tx_Extbase_Persistence_QOM_QueryObjectModelFactoryInterface

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Qom\QueryObjectModelConstantsInterface
const JCR_JOIN_TYPE_INNER = '{http://www.jcp.org/jcr/1.0}joinTypeInner'
 
const JCR_JOIN_TYPE_LEFT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeLeftOuter'
 
const JCR_JOIN_TYPE_RIGHT_OUTER = '{http://www.jcp.org/jcr/1.0}joinTypeRightOuter'
 
const JCR_OPERATOR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorEqualTo'
 
const JCR_OPERATOR_NOT_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorNotEqualTo'
 
const JCR_OPERATOR_LESS_THAN = '{http://www.jcp.org/jcr/1.0}operatorLessThan'
 
const JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorLessThanOrEqualTo'
 
const JCR_OPERATOR_GREATER_THAN = '{http://www.jcp.org/jcr/1.0}operatorGreaterThan'
 
const JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO = '{http://www.jcp.org/jcr/1.0}operatorGreaterThanOrEqualTo'
 
const JCR_OPERATOR_LIKE = '{http://www.jcp.org/jcr/1.0}operatorLike'
 
const JCR_ORDER_ASCENDING = '{http://www.jcp.org/jcr/1.0}orderAscending'
 
const JCR_ORDER_DESCENDING = '{http://www.jcp.org/jcr/1.0}orderDescending'
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! A QueryObjectModelFactory creates instances of the JCR query object model.

Refer to QueryObjectModelInterface for a description of the query object model.

Deprecated:
since Extbase 6.2; no replacement, will be removed two versions later

Definition at line 23 of file QueryObjectModelFactoryInterface.php.