net.sourceforge.squirrel_sql.plugins.hibernate.server
Class HibernateServerConnectionImpl
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.server.HibernateServerConnectionImpl
- All Implemented Interfaces:
- Remote, HibernateServerConnection
public class HibernateServerConnectionImpl
- extends Object
- implements HibernateServerConnection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.