Package com.querydsl.core.types.dsl
Interface ListExpression<E,Q extends SimpleExpression<? super E>>
- Type Parameters:
E- component typeQ- result type forany()andget(int)results
- All Superinterfaces:
CollectionExpression<List<E>,,E> Expression<List<E>>,ParameterizedExpression<List<E>>,Serializable
- All Known Implementing Classes:
ListPath
public interface ListExpression<E,Q extends SimpleExpression<? super E>>
extends CollectionExpression<List<E>,E>
ListExpression represents java.util.List typed expressions- Author:
- tiwe
- See Also:
-
Method Summary
Methods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.ParameterizedExpression
getParameter
-
Method Details
-
get
Indexed access, gets the element at the given index- Parameters:
index- zero based index- Returns:
- this.get(index)
- See Also:
-
get
Indexed access, gets the element at the given index- Parameters:
index- zero based index- Returns:
- this.get(index)
- See Also:
-