Interface ResultQuery

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPosition()
      Returns the position of the cursor within the new query.
      java.lang.String getQuery()
      Returns the new JPQL query after insertion of the choice.
    • Method Detail

      • getPosition

        int getPosition()
        Returns the position of the cursor within the new query.
        Returns:
        The updated position of the cursor
      • getQuery

        java.lang.String getQuery()
        Returns the new JPQL query after insertion of the choice.
        Returns:
        The JPQL with the content assist item inserted into the original query