public class QueryParameterNamedImpl<T> extends QueryParameterImpl<T> implements QueryParameter<T>
Constructor and Description |
---|
QueryParameterNamedImpl(String name,
int[] sourceLocations,
Type expectedType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
|
Integer |
getPosition()
Return the parameter position, or null if the parameter
is not a positional parameter.
|
int[] |
getSourceLocations() |
int |
hashCode() |
getHibernateType, getParameterType, setHibernateType
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getHibernateType
getParameterType
public String getName()
Parameter
public Integer getPosition()
Parameter
getPosition
in interface Parameter<T>
public int[] getSourceLocations()
getSourceLocations
in interface QueryParameter<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.