net.sourceforge.squirrel_sql.plugins.hibernate.completion
Class HQLCodeCompletorModel

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.completion.HQLCodeCompletorModel
All Implemented Interfaces:
ICompletorModel

public class HQLCodeCompletorModel
extends Object
implements ICompletorModel


Constructor Summary
HQLCodeCompletorModel(IHibernateConnectionProvider hibernateConnectionProvider, HQLAliasFinder hqlAliasFinder, HqlSyntaxHighlightTokenMatcherProxy hqlSyntaxHighlightTokenMatcherProxy)
           
 
Method Summary
 CompletionCandidates getCompletionCandidates(String textTillCarret)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HQLCodeCompletorModel

public HQLCodeCompletorModel(IHibernateConnectionProvider hibernateConnectionProvider,
                             HQLAliasFinder hqlAliasFinder,
                             HqlSyntaxHighlightTokenMatcherProxy hqlSyntaxHighlightTokenMatcherProxy)
Method Detail

getCompletionCandidates

public CompletionCandidates getCompletionCandidates(String textTillCarret)
Specified by:
getCompletionCandidates in interface ICompletorModel


Copyright © 2001-2012. All Rights Reserved.