Class ConfigurationCompletion
java.lang.Object
org.hibernate.tool.ide.completion.ConfigurationCompletion
- Author:
- Max Rydahl Andersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCanonicalPath(List<EntityNameReference> qts, String name) voidgetMatchingFunctions(String prefix, int cursorPosition, IHQLCompletionRequestor collector) voidgetMatchingImports(String prefix, int cursorPosition, IHQLCompletionRequestor collector) voidgetMatchingImports(String prefix, IHQLCompletionRequestor collector) voidgetMatchingKeywords(String prefix, int cursorPosition, IHQLCompletionRequestor collector) voidgetMatchingProperties(String path, String prefix, int cursorPosition, IHQLCompletionRequestor hcc) voidgetMatchingProperties(String path, String prefix, IHQLCompletionRequestor hcc)
-
Constructor Details
-
ConfigurationCompletion
public ConfigurationCompletion(org.hibernate.boot.Metadata md)
-
-
Method Details
-
getMatchingImports
-
getMatchingImports
public void getMatchingImports(String prefix, int cursorPosition, IHQLCompletionRequestor collector) -
getMatchingKeywords
public void getMatchingKeywords(String prefix, int cursorPosition, IHQLCompletionRequestor collector) -
getMatchingFunctions
public void getMatchingFunctions(String prefix, int cursorPosition, IHQLCompletionRequestor collector) -
getMatchingProperties
-
getMatchingProperties
public void getMatchingProperties(String path, String prefix, int cursorPosition, IHQLCompletionRequestor hcc) -
getCanonicalPath
-