Package org.hibernate.engine.query.spi
Class OrdinalParameterDescriptor
- java.lang.Object
-
- org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- org.hibernate.engine.query.spi.OrdinalParameterDescriptor
-
- All Implemented Interfaces:
Parameter
,QueryParameter
public class OrdinalParameterDescriptor extends AbstractParameterDescriptor
Descriptor regarding an ordinal parameter.
-
-
Constructor Summary
Constructors Constructor Description OrdinalParameterDescriptor(int label, int valuePosition, Type expectedType, int[] sourceLocations)
Constructs an ordinal parameter descriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getPosition()
int
getValuePosition()
-
Methods inherited from class org.hibernate.engine.query.spi.AbstractParameterDescriptor
getExpectedType, getHibernateType, getName, getParameterType, getSourceLocations, resetExpectedType
-
-
-
-
Constructor Detail
-
OrdinalParameterDescriptor
public OrdinalParameterDescriptor(int label, int valuePosition, Type expectedType, int[] sourceLocations)
Constructs an ordinal parameter descriptor.
-
-
Method Detail
-
getPosition
public java.lang.Integer getPosition()
- Specified by:
getPosition
in interfaceParameter
- Overrides:
getPosition
in classAbstractParameterDescriptor
-
getValuePosition
public int getValuePosition()
-
-