Package org.hibernate.engine.query.spi
Class OrdinalParameterDescriptor<T>
java.lang.Object
org.hibernate.engine.query.spi.AbstractParameterDescriptor<T>
org.hibernate.engine.query.spi.OrdinalParameterDescriptor<T>
- All Implemented Interfaces:
Parameter<T>
,QueryParameter<T>
Descriptor regarding an ordinal parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionOrdinalParameterDescriptor
(int label, int valuePosition, BindableType<T> expectedType, int[] sourceLocations) Constructs an ordinal parameter descriptor. -
Method Summary
Methods inherited from class org.hibernate.engine.query.spi.AbstractParameterDescriptor
allowsMultiValuedBinding, getExpectedType, getHibernateType, getName, getParameterType, resetExpectedType
-
Constructor Details
-
OrdinalParameterDescriptor
public OrdinalParameterDescriptor(int label, int valuePosition, BindableType<T> expectedType, int[] sourceLocations) Constructs an ordinal parameter descriptor.
-
-
Method Details
-
getPosition
- Specified by:
getPosition
in interfaceParameter<T>
- Overrides:
getPosition
in classAbstractParameterDescriptor<T>
-
getValuePosition
public int getValuePosition()
-