public class AndCriteria extends CriteriaOperator
EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL
Constructor and Description |
---|
AndCriteria(Criteria... criteria)
Constructs a AndCriteria using a variable amount of childCriteria.
|
AndCriteria(List<Criteria> criterias)
Constructs a AndCriteria using a List of childCriteria.
|
addCriteria, getCriteriaField, getCriteriaFieldValue, getRequiredTable
getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperator, toString
public AndCriteria(Criteria... criteria)
criteria
- The array of criterias as AND conditionsCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries