|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 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. |
|
java.lang.Class<T> |
getJavaType()
Return the Java type of the expression. |
|
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.ResultItem |
|---|
getAlias |
| Method Detail |
|---|
java.lang.Class<T> getJavaType()
getJavaType in interface ResultItem<T>Predicate isNull()
Predicate isNotNull()
Predicate in(java.lang.Object... values)
values -
<X> Expression<X> as(java.lang.Class<X> type)
type -
|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||