public static class Expressions.In<T> extends PredicateImpl.Or implements javax.persistence.criteria.CriteriaBuilder.In<T>
PredicateImpl.And, PredicateImpl.Or| Modifier and Type | Field and Description |
|---|---|
(package private) ExpressionImpl<T> |
e |
_exps| Constructor and Description |
|---|
Expressions.In(javax.persistence.criteria.Expression<?> e) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisit(CriteriaExpressionVisitor visitor)
Accept visit from the given visitor.
|
StringBuilder |
asValue(AliasContext q)
Get a string representation of this node as a value in the context of the given query.
|
javax.persistence.criteria.Expression<T> |
getExpression() |
PredicateImpl |
not()
Returns a new predicate as the negation of this predicate.
|
(package private) Expression |
toKernelExpression(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel expression.
|
Expressions.In<T> |
value(javax.persistence.criteria.Expression<? extends T> value) |
Expressions.In<T> |
value(T value) |
add, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, 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, waitgetExpressions, getOperator, isNegatedas, in, in, in, in, isNotNull, isNullfinal ExpressionImpl<T> e
public javax.persistence.criteria.Expression<T> getExpression()
getExpression in interface javax.persistence.criteria.CriteriaBuilder.In<T>public Expressions.In<T> value(T value)
value in interface javax.persistence.criteria.CriteriaBuilder.In<T>public Expressions.In<T> value(javax.persistence.criteria.Expression<? extends T> value)
value in interface javax.persistence.criteria.CriteriaBuilder.In<T>public PredicateImpl not()
PredicateImplnot in interface javax.persistence.criteria.Predicatenot in class PredicateImplExpression toKernelExpression(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpltoKernelExpression in class PredicateImplfactory - creates the kernel expressionq - the query definition context of this expressionpublic void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpressionacceptVisit in interface CriteriaExpressionacceptVisit in class PredicateImplvisitor - a processor to walk the nodes of a tree.public StringBuilder asValue(AliasContext q)
CriteriaExpressionasValue in interface CriteriaExpressionasValue in class PredicateImplCopyright © 2006–2015 Apache Software Foundation. All rights reserved.