|
EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the expressionpublic interface Expression<T>
Type for query expressions.
| Method Summary | ||
|---|---|---|
|
as(java.lang.Class<X> type)
Perform a typecast upon the expression. |
|
Predicate |
in(java.util.Collection<?> values)
Apply a predicate to test whether the expression is a member of the collection. |
|
Predicate |
in(Expression<?>... values)
Apply a predicate to test whether the expression is a member of the argument list. |
|
Predicate |
in(Expression<java.util.Collection<?>> values)
Apply a predicate to test whether the expression is a member of the collection. |
|
Predicate |
in(java.lang.Object... values)
Apply a predicate to test whether the expression is a member of the argument list. |
|
Predicate |
isNotNull()
Apply a predicate to test whether the expression is not null. |
|
Predicate |
isNull()
Apply a predicate to test whether the expression is null. |
|
| Methods inherited from interface javax.persistence.criteria.Selection |
|---|
setAlias |
| Methods inherited from interface javax.persistence.TupleElement |
|---|
getAlias, getJavaType |
| Method Detail |
|---|
Predicate isNull()
Predicate isNotNull()
Predicate in(java.lang.Object... values)
values -
Predicate in(Expression<?>... values)
values -
Predicate in(java.util.Collection<?> values)
values - collection
Predicate in(Expression<java.util.Collection<?>> values)
values - expression corresponding to collection
<X> Expression<X> as(java.lang.Class<X> type)
type -
|
EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||