|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Java type being represented hereE - Element type of the List being represented herepublic interface ListExpression<T extends java.util.List<E>,E>
Representation of a List in a query.
| Method Summary | |
|---|---|
Expression |
get(int pos)
Method returning the element at this position in the List. |
Expression |
get(NumericExpression<java.lang.Integer> posExpr)
Method returning the element at this position in the List. |
| Methods inherited from interface org.datanucleus.query.typesafe.CollectionExpression |
|---|
contains, contains, isEmpty, size |
| Methods inherited from interface org.datanucleus.query.typesafe.Expression |
|---|
cast, count, countDistinct, eq, eq, instanceOf, ne, ne |
| Method Detail |
|---|
Expression get(NumericExpression<java.lang.Integer> posExpr)
posExpr - The position expression
Expression get(int pos)
pos - The position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||