|
||||||||||
| 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(Class<X> type)
Perform a typecast upon the expression. |
|
Predicate |
in(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<Collection<?>> values)
Apply a predicate to test whether the expression is a member of the collection. |
|
Predicate |
in(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 |
|---|
alias, getCompoundSelectionItems, isCompoundSelection |
| Methods inherited from interface javax.persistence.TupleElement |
|---|
getAlias, getJavaType |
| Method Detail |
|---|
Predicate isNull()
Predicate isNotNull()
Predicate in(Object... values)
values -
Predicate in(Expression<?>... values)
values -
Predicate in(Collection<?> values)
values - collection
Predicate in(Expression<Collection<?>> values)
values - expression corresponding to collection
<X> Expression<X> as(Class<X> type)
type -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||