public abstract static class Expressions.SubqueryPredicate<X> extends PredicateImpl
PredicateImpl.And, PredicateImpl.Or| Modifier and Type | Field and Description |
|---|---|
(package private) SubqueryImpl<X> |
e |
_exps| Constructor and Description |
|---|
Expressions.SubqueryPredicate(javax.persistence.criteria.Subquery<X> x) |
| 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, TRUEas, in, in, in, in, isNotNull, isNullalias, asProjection, assertValidName, asVariable, getAlias, getCompoundSelectionItems, getJavaType, isAliased, isAutoAliased, isCompoundSelection, setAutoAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullfinal SubqueryImpl<X> e
public Expressions.SubqueryPredicate(javax.persistence.criteria.Subquery<X> x)
public void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpressionacceptVisit in interface CriteriaExpressionacceptVisit in class PredicateImplvisitor - a processor to walk the nodes of a tree.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.