net.sourceforge.squirrel_sql.plugins.hibernate
Class HibernateConnection
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.HibernateConnection
public class HibernateConnection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateConnection
public HibernateConnection(HibernateServerConnection hibernateServerConnection,
boolean process,
ServerMain serverMain,
boolean endProcessOnDisconnect)
generateSQL
public ArrayList<String> generateSQL(String hqlQuery)
close
public void close()
getMappedClassInfos
public ArrayList<MappedClassInfo> getMappedClassInfos()
getHibernateSqlConnectionData
public HibernateSqlConnectionData getHibernateSqlConnectionData()
createQueryList
public HqlQueryResult createQueryList(String hqlQuery,
int sqlNbrRowsToShow,
JdbcConnectionData jdbcData)
Copyright © 2001-2012. All Rights Reserved.