T - Type of the parameterpublic class JPAQueryParameter<T> extends Object implements javax.persistence.Parameter<T>
| Constructor and Description |
|---|
JPAQueryParameter(Integer pos,
Class<T> type) |
JPAQueryParameter(String name,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the parameter name, or null if the parameter is not a named parameter.
|
Class<T> |
getParameterType() |
Integer |
getPosition()
Return the parameter position, or null if the parameter is not a positional parameter.
|
public String getName()
getName in interface javax.persistence.Parameter<T>public Integer getPosition()
getPosition in interface javax.persistence.Parameter<T>Copyright © 2015. All rights reserved.