public abstract class AbstractParameterInformation extends Object implements ParameterInformation, ParameterBinder
| Constructor and Description |
|---|
AbstractParameterInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceLocation(int position) |
Type |
getExpectedType() |
int[] |
getSourceLocations()
The positions (relative to all parameters) that this parameter
was discovered in the source query (HQL, etc).
|
void |
setExpectedType(Type expectedType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindpublic int[] getSourceLocations()
ParameterInformationgetSourceLocations in interface ParameterInformationpublic void addSourceLocation(int position)
addSourceLocation in interface ParameterInformationpublic Type getExpectedType()
getExpectedType in interface ParameterInformationpublic void setExpectedType(Type expectedType)
setExpectedType in interface ParameterInformationCopyright © 2019 JBoss by Red Hat. All rights reserved.