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 AbstractParameterDescriptor
allowsMultiValuedBinding, getExpectedType, getHibernateType, getName, getParameterType, resetExpectedTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryParameter
isNamed, isOrdinal
-
Constructor Details
-
OrdinalParameterDescriptor
public OrdinalParameterDescriptor(int label, int valuePosition, BindableType<T> expectedType, int[] sourceLocations) Constructs an ordinal parameter descriptor.
-
-
Method Details
-
getPosition
- Specified by:
getPositionin interfaceParameter<T>- Overrides:
getPositionin classAbstractParameterDescriptor<T>
-
getValuePosition
public int getValuePosition()
-