net.sourceforge.squirrel_sql.plugins.hibernate.server
Interface HibernateServerConnection
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- HibernateServerConnectionImpl
public interface HibernateServerConnection
- extends Remote
generateSQL
ArrayList<String> generateSQL(String hqlQuery)
throws RemoteException
- Throws:
RemoteException
closeConnection
void closeConnection()
throws RemoteException
- Throws:
RemoteException
getMappedClassInfoData
ArrayList<MappedClassInfoData> getMappedClassInfoData()
throws RemoteException
- Throws:
RemoteException
getHibernateSqlConnectionData
HibernateSqlConnectionData getHibernateSqlConnectionData()
throws RemoteException
- Throws:
RemoteException
createQueryList
HqlQueryResult createQueryList(String hqlQuery,
int sqlNbrRowsToShow)
throws RemoteException
- Throws:
RemoteException
createQueryList
HqlQueryResult createQueryList(String hqlQuery,
int sqlNbrRowsToShow,
String driverClassName,
String url,
String user,
String password)
throws RemoteException
- Throws:
RemoteException
Copyright © 2001-2012. All Rights Reserved.