Uses of Class
net.sourceforge.squirrel_sql.plugins.hibernate.HibernatePluginResources

Packages that use HibernatePluginResources
net.sourceforge.squirrel_sql.plugins.hibernate   
net.sourceforge.squirrel_sql.plugins.hibernate.completion   
net.sourceforge.squirrel_sql.plugins.hibernate.configuration   
net.sourceforge.squirrel_sql.plugins.hibernate.mapping   
net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects   
 

Uses of HibernatePluginResources in net.sourceforge.squirrel_sql.plugins.hibernate
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate that return HibernatePluginResources
 HibernatePluginResources HibernatePlugin.getResources()
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate with parameters of type HibernatePluginResources
HibernateTabController(ISession session, HibernatePlugin plugin, HibernatePluginResources resource)
           
HibernateTabPanel(JComponent mappedObjectComp, JComponent hqlTextComp, JComponent hqlResultComp, HibernatePluginResources resource)
           
HQLEntryPanelManager(ISession session, HibernatePluginResources resources, IHibernateConnectionProvider connectionProvider)
           
HQLPanelController(IHibernateTabController hibernateTabController, ISession sess, HibernatePluginResources resource)
           
HqlResultPanel(JTabbedPane hqlResultTabbedPane, HibernatePluginResources resource)
           
HqlResultPanelManager(ISession session, HibernatePluginResources resource)
           
HQLToolsPopUpAction(HibernatePluginResources resources, ToolsPopupController toolsPopupController, IApplication application)
           
 

Uses of HibernatePluginResources in net.sourceforge.squirrel_sql.plugins.hibernate.completion
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.completion with parameters of type HibernatePluginResources
HQLCompleteCodeAction(IApplication app, HibernatePluginResources resources, HQLEntryPanelManager hqlEntryPanelManager, IHibernateConnectionProvider hibernateConnectionProvider, HqlSyntaxHighlightTokenMatcherProxy hqlSyntaxHighlightTokenMatcherProxy, ISession session)
           
 

Uses of HibernatePluginResources in net.sourceforge.squirrel_sql.plugins.hibernate.configuration
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.configuration with parameters of type HibernatePluginResources
HibernateConfigPanel(HibernatePluginResources resources)
           
 

Uses of HibernatePluginResources in net.sourceforge.squirrel_sql.plugins.hibernate.mapping
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.mapping with parameters of type HibernatePluginResources
MappedObjectPanelManager(IHibernateConnectionProvider connectionProvider, ISession session, HibernatePluginResources resource)
           
MappingTreeCellRenderer(HibernatePluginResources resource)
           
 

Uses of HibernatePluginResources in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type HibernatePluginResources
ObjectResultController(ISession session, HibernatePluginResources resource)
           
ObjectResultTab(HibernatePluginResources resource)
           
ObjectResultTabController(List<ObjectSubstituteRoot> objects, int maxNumResults, HibernateConnection con, String hqlQuery, HibernatePluginResources resource, ObjectResultTabControllerListener l, ISession session)
           
WaitPanel(String hqlQuery, HibernatePluginResources resource, WaitPanelListener waitPanelListener)
           
 



Copyright © 2001-2012. All Rights Reserved.