net.sourceforge.squirrel_sql.plugins.hibernate.server
Class HibernateServerConnectionImpl

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.HibernateServerConnectionImpl
All Implemented Interfaces:
Remote, HibernateServerConnection

public class HibernateServerConnectionImpl
extends Object
implements HibernateServerConnection


Method Summary
 void closeConnection()
           
 HqlQueryResult createQueryList(String hqlQuery, int sqlNbrRowsToShow)
           
 HqlQueryResult createQueryList(String hqlQuery, int sqlNbrRowsToShow, String driverClassName, String url, String user, String password)
           
 ArrayList<String> generateSQL(String hqlQuery)
           
 HibernateSqlConnectionData getHibernateSqlConnectionData()
           
 ArrayList<MappedClassInfoData> getMappedClassInfoData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateSQL

public ArrayList<String> generateSQL(String hqlQuery)
Specified by:
generateSQL in interface HibernateServerConnection

closeConnection

public void closeConnection()
Specified by:
closeConnection in interface HibernateServerConnection

getMappedClassInfoData

public ArrayList<MappedClassInfoData> getMappedClassInfoData()
Specified by:
getMappedClassInfoData in interface HibernateServerConnection

getHibernateSqlConnectionData

public HibernateSqlConnectionData getHibernateSqlConnectionData()
Specified by:
getHibernateSqlConnectionData in interface HibernateServerConnection

createQueryList

public HqlQueryResult createQueryList(String hqlQuery,
                                      int sqlNbrRowsToShow)
Specified by:
createQueryList in interface HibernateServerConnection

createQueryList

public HqlQueryResult createQueryList(String hqlQuery,
                                      int sqlNbrRowsToShow,
                                      String driverClassName,
                                      String url,
                                      String user,
                                      String password)
                               throws RemoteException
Specified by:
createQueryList in interface HibernateServerConnection
Throws:
RemoteException


Copyright © 2001-2012. All Rights Reserved.