Package com.querydsl.core.types
Interface ParameterizedExpression<T>
- Type Parameters:
T- expression type
- All Superinterfaces:
Expression<T>,Serializable
- All Known Subinterfaces:
CollectionExpression<T,,E> ListExpression<E,,Q> MapExpression<K,V>
- All Known Implementing Classes:
CollectionExpressionBase,CollectionOperation,CollectionPath,CollectionPathBase,ListPath,MapExpressionBase,MapPath,ParameterizedPathImpl,SetPath
ParameterizedExpression is a common interface for expressions with generic type parameters- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>getParameter(int index) Get the type parameter at the given indexMethods inherited from interface com.querydsl.core.types.Expression
accept, getType
-
Method Details
-
getParameter
Get the type parameter at the given index- Parameters:
index- zero based index of type parameter- Returns:
- type parameter at index
-