T - expression typepublic interface ParameterizedExpression<T> extends Expression<T>
ParameterizedExpression is a common interface for expressions with generic type parameters| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
accept, getTypeClass<?> getParameter(int index)
index - zero based index of type parameterCopyright © 2007–2016 Querydsl. All rights reserved.