public class ListExpressionImpl<T extends List<E>,E> extends CollectionExpressionImpl<T,E> implements ListExpression<T,E>
| Constructor and Description |
|---|
ListExpressionImpl(Class<T> cls,
String name,
ExpressionType type) |
ListExpressionImpl(PersistableExpression parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
get(int pos)
Method returning the element at this position in the List.
|
Expression |
get(NumericExpression<Integer> posExpr)
Method returning the element at this position in the List.
|
contains, contains, isEmpty, sizecast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, contains, isEmpty, sizecast, count, countDistinct, eq, eq, instanceOf, ne, nepublic ListExpressionImpl(PersistableExpression parent, String name)
public ListExpressionImpl(Class<T> cls, String name, ExpressionType type)
public Expression get(int pos)
ListExpressionpublic Expression get(NumericExpression<Integer> posExpr)
ListExpressionCopyright © 2013. All Rights Reserved.