public class NamedParameterInformationImpl extends Object implements NamedParameterInformation
| 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).
|
String |
getSourceName() |
void |
setExpectedType(Type expectedType) |
public String getSourceName()
getSourceName in interface NamedParameterInformationpublic int[] getSourceLocations()
ParameterInformationgetSourceLocations in interface ParameterInformationpublic Type getExpectedType()
getExpectedType in interface ParameterInformationpublic void addSourceLocation(int position)
addSourceLocation in interface ParameterInformationpublic void setExpectedType(Type expectedType)
setExpectedType in interface ParameterInformationCopyright © 2019 JBoss by Red Hat. All rights reserved.