public static interface CriteriaBuilder.In<T> extends Predicate
Predicate.BooleanOperator| Modifier and Type | Method and Description | 
|---|---|
Expression<T> | 
getExpression()
Return the expression to be tested against the list of values. 
 | 
CriteriaBuilder.In<T> | 
value(Expression<? extends T> value)
Add to list of values to be tested against. 
 | 
CriteriaBuilder.In<T> | 
value(T value)
Add to list of values to be tested against. 
 | 
getExpressions, getOperator, isNegated, notas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypeExpression<T> getExpression()
CriteriaBuilder.In<T> value(T value)
value - valueCriteriaBuilder.In<T> value(Expression<? extends T> value)
value - expressionCopyright © 2016. All rights reserved.