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