Interface IHQLCodeAssist

All Known Implementing Classes:
HQLCodeAssist

public interface IHQLCodeAssist
Interface for code assist on HQL strings.
Author:
Max Rydahl Andersen
  • Method Details

    • codeComplete

      void codeComplete(String query, int position, IHQLCompletionRequestor requestor)
      Parameters:
      query - the query string (full or partial)
      position - the cursor position inside the query string
      requestor - requestor on which the codeassist will call methods with information about proposals.