Interface ParameterInformation

    • Method Detail

      • getSourceLocations

        int[] getSourceLocations()
        The positions (relative to all parameters) that this parameter was discovered in the source query (HQL, etc). E.g., given a query like `.. where a.name = :name or a.nickName = :name` this would return `[0,1]`
      • getExpectedType

        Type getExpectedType()
      • setExpectedType

        void setExpectedType​(Type expectedType)
      • addSourceLocation

        void addSourceLocation​(int position)