136 public function execute($returnRawQueryResult = FALSE);
179 public function matching($constraint);
210 public function logicalNot(\
TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface $constraint);
225 public function equals($propertyName, $operand, $caseSensitive = TRUE);
239 public function like($propertyName, $operand, $caseSensitive = TRUE);
253 public function contains($propertyName, $operand);
265 public function in($propertyName, $operand);
276 public function lessThan($propertyName, $operand);
298 public function greaterThan($propertyName, $operand);
328 public function setQuerySettings(Generic\QuerySettingsInterface $querySettings);
345 public function count();
392 public function isEmpty($propertyName);
399 public function setSource(Generic\Qom\SourceInterface $source);
const OPERATOR_GREATER_THAN
in($propertyName, $operand)
lessThan($propertyName, $operand)
like($propertyName, $operand, $caseSensitive=TRUE)
contains($propertyName, $operand)
const OPERATOR_NOT_EQUAL_TO_NULL
setQuerySettings(Generic\QuerySettingsInterface $querySettings)
greaterThan($propertyName, $operand)
logicalNot(\TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface $constraint)
setOrderings(array $orderings)
const OPERATOR_LESS_THAN_OR_EQUAL_TO
const OPERATOR_EQUAL_TO_NULL
lessThanOrEqual($propertyName, $operand)
equals($propertyName, $operand, $caseSensitive=TRUE)
greaterThanOrEqual($propertyName, $operand)
const OPERATOR_GREATER_THAN_OR_EQUAL_TO
execute($returnRawQueryResult=FALSE)
setSource(Generic\Qom\SourceInterface $source)
const OPERATOR_NOT_EQUAL_TO