Class HQLCodeAssist
java.lang.Object
org.hibernate.tool.ide.completion.HQLCodeAssist
- All Implemented Interfaces:
IHQLCodeAssist
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcodeComplete(String query, int position, IHQLCompletionRequestor collector) static intfindNearestWhiteSpace(CharSequence doc, int start)
-
Constructor Details
-
HQLCodeAssist
public HQLCodeAssist(org.hibernate.boot.Metadata metadata)
-
-
Method Details
-
codeComplete
- Specified by:
codeCompletein interfaceIHQLCodeAssist- Parameters:
query- the query string (full or partial)position- the cursor position inside the query stringcollector- requestor on which the codeassist will call methods with information about proposals.
-
findNearestWhiteSpace
-