public abstract static class Expressions.SubqueryExpression<X> extends ExpressionImpl<X>
| Modifier and Type | Field and Description |
|---|---|
(package private) SubqueryImpl<X> |
e |
| Constructor and Description |
|---|
Expressions.SubqueryExpression(javax.persistence.criteria.Subquery<X> x) |
| 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, waitfinal SubqueryImpl<X> e
public Expressions.SubqueryExpression(javax.persistence.criteria.Subquery<X> x)
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–2013 Apache Software Foundation. All rights reserved.