A - array typeT - array element typepublic interface ArrayExpression<A,T> extends Expression<A>
| Modifier and Type | Method and Description |
|---|---|
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
|
accept, getTypeNumberExpression<Integer> size()
SimpleExpression<T> get(Expression<Integer> index)
index - SimpleExpression<T> get(@Nonnegative int index)
index - Copyright © 2007–2015 Querydsl. All rights reserved.