X - the type of the resultant expressionpublic abstract static class Expressions.BinarayFunctionalExpression<X> extends ExpressionImpl<X>
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionImpl<?> |
e1 |
protected ExpressionImpl<?> |
e2 |
| Constructor and Description |
|---|
Expressions.BinarayFunctionalExpression(Class<X> t,
javax.persistence.criteria.Expression<?> x,
javax.persistence.criteria.Expression<?> y)
Supply the resultant type and pair of input operand expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
as, in, in, in, in, isNotNull, isNull, toKernelExpression, toValuealias, asProjection, assertValidName, asValue, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final ExpressionImpl<?> e1
protected final ExpressionImpl<?> e2
public void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpressionacceptVisit in interface CriteriaExpressionacceptVisit in class SelectionImpl<X>visitor - a processor to walk the nodes of a tree.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.