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() |
int |
getValuePosition() |
getExpectedType, getHibernateType, getName, getParameterType, getSourceLocations, resetExpectedTypepublic OrdinalParameterDescriptor(int label,
int valuePosition,
Type expectedType,
int[] sourceLocations)
public Integer getPosition()
getPosition in interface ParametergetPosition in class AbstractParameterDescriptorpublic int getValuePosition()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.