public interface ResultQuery
This is used to retrieve the new JPQL query when a content assist item needs to be insert at a certain position.
Since:
2.3
Version:
2.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the position of the cursor within the new query.
    Returns the new JPQL query after insertion of the choice.
  • Method Details

    • getPosition

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

      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