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>

@Incubating public class NamedParameterDescriptor<T> extends AbstractParameterDescriptor<T>
Descriptor regarding a named parameter.
  • Constructor Details

    • NamedParameterDescriptor

      public NamedParameterDescriptor(String name, BindableType<T> expectedType, int[] sourceLocations)
      Constructs a NamedParameterDescriptor
      Parameters:
      name - The name of the parameter
      expectedType - The expected type of the parameter, according to the translator
      sourceLocations - The locations of the named parameters (aye aye aye)
  • Method Details