|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QueryBuilder.In<T>
Interface used to build in predicates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.persistence.criteria.Predicate |
---|
Predicate.BooleanOperator |
Method Summary | |
---|---|
Expression<T> |
getExpression()
Returns the expression to be tested against the list of values. |
QueryBuilder.In<T> |
value(Expression<? extends T> value)
Add to list of values to be tested against. |
QueryBuilder.In<T> |
value(T value)
Add to list of values to be tested against. |
Methods inherited from interface javax.persistence.criteria.Predicate |
---|
getExpressions, getOperator, isNegated, negate |
Methods inherited from interface javax.persistence.criteria.Expression |
---|
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
---|
alias, getCompoundSelectionItems, isCompoundSelection |
Methods inherited from interface javax.persistence.TupleElement |
---|
getAlias, getJavaType |
Method Detail |
---|
Expression<T> getExpression()
QueryBuilder.In<T> value(T value)
value
- value
QueryBuilder.In<T> value(Expression<? extends T> value)
value
- expression
|
EclipseLink 1.2.0, build 'v20091016-r5565' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |