Interface IHQLCodeAssist
- All Known Implementing Classes:
HQLCodeAssist
public interface IHQLCodeAssist
Interface for code assist on HQL strings.
- Author:
- Max Rydahl Andersen
-
Method Summary
Modifier and TypeMethodDescriptionvoidcodeComplete(String query, int position, IHQLCompletionRequestor requestor)
-
Method Details
-
codeComplete
- Parameters:
query- the query string (full or partial)position- the cursor position inside the query stringrequestor- requestor on which the codeassist will call methods with information about proposals.
-