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, 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
final SubqueryImpl<X> e
public Expressions.SubqueryPredicate(javax.persistence.criteria.Subquery<X> x)
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–2013 Apache Software Foundation. All rights reserved.