X
- the type of the resultant expressionpublic abstract static class Expressions.UnaryFunctionalExpression<X> extends ExpressionImpl<X>
Modifier and Type | Field and Description |
---|---|
protected ExpressionImpl<?> |
e |
Constructor and Description |
---|
Expressions.UnaryFunctionalExpression(java.lang.Class<X> t,
javax.persistence.criteria.Expression<?> e)
Supply the resultant type and input operand expression.
|
Expressions.UnaryFunctionalExpression(javax.persistence.criteria.Expression<X> e) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
as, in, in, in, in, isNotNull, isNull, toKernelExpression, toValue
alias, asProjection, assertValidName, asValue, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAlias
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final ExpressionImpl<?> e
public Expressions.UnaryFunctionalExpression(java.lang.Class<X> t, javax.persistence.criteria.Expression<?> e)
public Expressions.UnaryFunctionalExpression(javax.persistence.criteria.Expression<X> e)
public void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpression
acceptVisit
in interface CriteriaExpression
acceptVisit
in class SelectionImpl<X>
visitor
- a processor to walk the nodes of a tree.Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.