T
- public class ParameterizedPathImpl<T> extends PathImpl<T> implements ParameterizedExpression<T>
ParameterizedPathImpl
represents Path
instances with a parameterized generic typeConstructor and Description |
---|
ParameterizedPathImpl(Class<? extends T> type,
PathMetadata metadata,
Class<?>... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getParameter(int index)
Get the type parameter at the given index
|
accept, equals, getAnnotatedElement, getMetadata, getRoot
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, getType
public ParameterizedPathImpl(Class<? extends T> type, PathMetadata metadata, Class<?>... parameterTypes)
public Class<?> getParameter(int index)
ParameterizedExpression
getParameter
in interface ParameterizedExpression<T>
index
- zero based index of type parameterCopyright © 2007–2016 Querydsl. All rights reserved.