public class OrdinalParameterDescriptor extends AbstractParameterDescriptor
| Constructor and Description |
|---|
OrdinalParameterDescriptor(int label,
int valuePosition,
Type expectedType,
int[] sourceLocations)
Constructs an ordinal parameter descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPosition()
Return the parameter position, or null if the parameter
is not a positional parameter.
|
int |
getValuePosition() |
getExpectedType, getHibernateType, getName, getParameterType, getSourceLocations, resetExpectedTypepublic OrdinalParameterDescriptor(int label,
int valuePosition,
Type expectedType,
int[] sourceLocations)
public Integer getPosition()
ParametergetPosition in interface ParametergetPosition in class AbstractParameterDescriptorpublic int getValuePosition()
Copyright © 2018 JBoss by Red Hat. All rights reserved.