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 |
|---|---|
java.lang.Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
accept, getTypeCopyright © 2007–2021 Querydsl. All rights reserved.