|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- array element typepublic interface ArrayExpression<T>
ArrayExpression defines an interface for array typed expression
Method Summary | |
---|---|
SimpleExpression<T> |
get(Expression<Integer> index)
Get the element at the given index |
SimpleExpression<T> |
get(int index)
Get the element at the given index |
NumberExpression<Integer> |
size()
Get the size of the array |
Methods inherited from interface com.mysema.query.types.Expression |
---|
accept, getType |
Method Detail |
---|
NumberExpression<Integer> size()
SimpleExpression<T> get(Expression<Integer> index)
index
-
SimpleExpression<T> get(@Nonnegative int index)
index
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |