Class NamedParameterDescriptor<T>
java.lang.Object
org.hibernate.engine.query.spi.AbstractParameterDescriptor<T>
org.hibernate.engine.query.spi.NamedParameterDescriptor<T>
- All Implemented Interfaces:
Parameter<T>, QueryParameter<T>
Descriptor regarding a named parameter.
-
Constructor Summary
ConstructorsConstructorDescriptionNamedParameterDescriptor(String name, BindableType<T> expectedType, int[] sourceLocations) Constructs a NamedParameterDescriptor -
Method Summary
Methods inherited from class AbstractParameterDescriptor
allowsMultiValuedBinding, getExpectedType, getHibernateType, getParameterType, getPosition, resetExpectedTypeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryParameter
isNamed, isOrdinal
-
Constructor Details
-
NamedParameterDescriptor
Constructs a NamedParameterDescriptor- Parameters:
name- The name of the parameterexpectedType- The expected type of the parameter, according to the translatorsourceLocations- The locations of the named parameters (aye aye aye)
-
-
Method Details
-
getName
-
equals
-
hashCode
-