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, size
cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, contains, isEmpty, size
cast, count, countDistinct, eq, eq, instanceOf, ne, ne
public ListExpressionImpl(PersistableExpression parent, String name)
public ListExpressionImpl(Class<T> cls, String name, ExpressionType type)
public Expression get(int pos)
ListExpression
public Expression get(NumericExpression<Integer> posExpr)
ListExpression
Copyright © 2023. All rights reserved.