public abstract static class Expressions.BinaryLogicalExpression extends PredicateImpl
PredicateImpl.And, PredicateImpl.Or
Modifier and Type | Field and Description |
---|---|
protected ExpressionImpl<?> |
e1 |
protected ExpressionImpl<?> |
e2 |
_exps
Constructor and Description |
---|
Expressions.BinaryLogicalExpression(javax.persistence.criteria.Expression<?> x,
javax.persistence.criteria.Expression<?> y) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
add, asValue, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, not, toKernelExpression, toValue, TRUE
as, in, in, in, in, isNotNull, isNull
alias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
as, in, in, in, in, isNotNull, isNull
protected final ExpressionImpl<?> e1
protected final ExpressionImpl<?> e2
public Expressions.BinaryLogicalExpression(javax.persistence.criteria.Expression<?> x, javax.persistence.criteria.Expression<?> y)
public void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpression
acceptVisit
in interface CriteriaExpression
acceptVisit
in class PredicateImpl
visitor
- a processor to walk the nodes of a tree.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.