Package org.hibernate.tool.ide.completion

Interface Summary
IHQLCodeAssist Interface for code assist on HQL strings.
IHQLCompletionRequestor The interface to implement to collect completion proposals.
SimpleHQLLexer Minimal lexer interface that allows HqlAnalyzer to work.
 

Class Summary
AntlrSimpleHQLLexer A lexer implemented on top of the Antlr grammer implemented in core.
EntityNameReference Class that represents an alias to some entityname in a HQL statement.
HQLAnalyzer The HQLAnalyzer can answer certain questions about a HQL String.
HQLAnalyzer.SubQuery  
HQLCodeAssist  
HQLCompletionProposal  
 

Exception Summary
SimpleLexerException Exception that can be thrown when the lexer encounters errors (such as syntax errors etc.)