public static class Expressions.IsMember<E> extends PredicateImpl
PredicateImpl.And, PredicateImpl.Or
Modifier and Type | Field and Description |
---|---|
(package private) ExpressionImpl<?> |
collection |
(package private) ExpressionImpl<E> |
element |
_exps
Constructor and Description |
---|
Expressions.IsMember(E element,
javax.persistence.criteria.Expression<?> collection) |
Expressions.IsMember(javax.persistence.criteria.Expression<E> element,
javax.persistence.criteria.Expression<?> collection) |
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.
|
Expression |
toKernelExpression(ExpressionFactory factory,
CriteriaQueryImpl<?> q)
Bridge contract to convert this facade expression to a kernel expression.
|
add, FALSE, getExpressions, getOperator, isEmpty, isNegated, markNegated, not, 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 ExpressionImpl<E> element
final ExpressionImpl<?> collection
public Expressions.IsMember(javax.persistence.criteria.Expression<E> element, javax.persistence.criteria.Expression<?> collection)
public Expressions.IsMember(E element, javax.persistence.criteria.Expression<?> collection)
public Expression toKernelExpression(ExpressionFactory factory, CriteriaQueryImpl<?> q)
ExpressionImpl
toKernelExpression
in class PredicateImpl
factory
- creates the kernel expressionq
- the query definition context of this expressionpublic void acceptVisit(CriteriaExpressionVisitor visitor)
CriteriaExpression
acceptVisit
in interface CriteriaExpression
acceptVisit
in class PredicateImpl
visitor
- a processor to walk the nodes of a tree.public StringBuilder asValue(AliasContext q)
CriteriaExpression
asValue
in interface CriteriaExpression
asValue
in class PredicateImpl
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.