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

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

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate that return HibernateConnection
static HibernateConnection HibernateConnectionFactory.createHibernateConnection(HibernateConfiguration cfg, HibernatePlugin plugin)
           
 HibernateConnection HibernateTabController.getHibernateConnection()
           
 HibernateConnection IHibernateConnectionProvider.getHibernateConnection()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate with parameters of type HibernateConnection
 void HibnerateConnectorListener.connected(HibernateConnection con, HibernateConfiguration cfg)
           
 void ConnectionListener.connectionOpened(HibernateConnection con, HibernateConfiguration cfg)
           
 void HqlResultPanelManager.displayObjects(HibernateConnection con, String hqlQuery)
           
 void HibernateTabController.displayObjects(HibernateConnection con, String hqlQuery)
           
 void IHibernateTabController.displayObjects(HibernateConnection con, String hqlQuery)
           
 void HQLPanelController.setConnection(HibernateConnection con)
           
 

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

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.completion with parameters of type HibernateConnection
HQLCompletionInfoCollection(HibernateConnection con)
           
 

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping with parameters of type HibernateConnection
 void MappingRoot.init(HibernateConnection con, HibernateConfiguration cfg)
           
 

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects that return HibernateConnection
 HibernateConnection QueryListCreator.getConnection()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type HibernateConnection
 void ObjectResultController.displayObjects(HibernateConnection con, String hqlQuery, boolean limitObjectCount, int limitObjectCountVal, boolean useSessionConnection)
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type HibernateConnection
ObjectResultTabController(List<ObjectSubstituteRoot> objects, int maxNumResults, HibernateConnection con, String hqlQuery, HibernatePluginResources resource, ObjectResultTabControllerListener l, ISession session)
           
QueryListCreator(QueryListCreatorListener queryListCreatorListener, String hqlQuery, int maxNumResults, boolean useSessionJdbData, HibernateConnection con, ISession session, WaitPanel waitPanel)
           
 



Copyright © 2001-2012. All Rights Reserved.