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, wait
bind
public int[] getSourceLocations()
ParameterInformation
getSourceLocations
in interface ParameterInformation
public void addSourceLocation(int position)
addSourceLocation
in interface ParameterInformation
public Type getExpectedType()
getExpectedType
in interface ParameterInformation
public void setExpectedType(Type expectedType)
setExpectedType
in interface ParameterInformation
Copyright © 2019 JBoss by Red Hat. All rights reserved.