Class AbstractParameterDescriptor

    • Constructor Detail

      • AbstractParameterDescriptor

        public AbstractParameterDescriptor​(int[] sourceLocations,
                                           Type expectedType)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Parameter
      • getPosition

        public java.lang.Integer getPosition()
        Specified by:
        getPosition in interface Parameter
      • getHibernateType

        public Type getHibernateType()
        Description copied from interface: QueryParameter
        Get the Hibernate Type associated with this parameter.
        Specified by:
        getHibernateType in interface QueryParameter
        Returns:
        The Hibernate Type.
      • getExpectedType

        public Type getExpectedType()
      • resetExpectedType

        public void resetExpectedType​(Type expectedType)