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

Method Summary
 void codeComplete(String query, int position, IHQLCompletionRequestor requestor)
           
 

Method Detail

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.