org.hibernate.tool.ide.completion
Interface IHQLCodeAssist
- All Known Implementing Classes:
- HQLCodeAssist
public interface IHQLCodeAssist
Interface for code assist on HQL strings.
- Author:
- Max Rydahl Andersen
codeComplete
void codeComplete(String query,
int position,
IHQLCompletionRequestor requestor)
- 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.