it.eng.spago.dbaccess.hibernate
Class HibernateSession

java.lang.Object
  extended byit.eng.spago.dbaccess.hibernate.AbstractHibernateSession
      extended byit.eng.spago.dbaccess.hibernate.HibernateSession
All Implemented Interfaces:
java.io.Serializable, net.sf.hibernate.Session

public class HibernateSession
extends AbstractHibernateSession

See Also:
Serialized Form

Constructor Summary
HibernateSession(net.sf.hibernate.Session nativeSession)
           
 
Method Summary
 net.sf.hibernate.Transaction beginTransaction()
           
 java.sql.Connection close()
           
 void setDataConnection(DataConnection dataConnection)
           
 
Methods inherited from class it.eng.spago.dbaccess.hibernate.AbstractHibernateSession
cancelQuery, clear, connection, contains, createCriteria, createFilter, createQuery, createSQLQuery, createSQLQuery, delete, delete, delete, delete, disconnect, evict, filter, filter, filter, find, find, find, flush, get, get, getCurrentLockMode, getFlushMode, getIdentifier, getNamedQuery, getSessionFactory, isConnected, isDirty, isOpen, iterate, iterate, iterate, load, load, load, lock, reconnect, reconnect, refresh, refresh, replicate, save, save, saveOrUpdate, saveOrUpdateCopy, saveOrUpdateCopy, setFlushMode, update, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSession

public HibernateSession(net.sf.hibernate.Session nativeSession)
Method Detail

beginTransaction

public net.sf.hibernate.Transaction beginTransaction()
                                              throws net.sf.hibernate.HibernateException
Specified by:
beginTransaction in interface net.sf.hibernate.Session
Overrides:
beginTransaction in class AbstractHibernateSession
Throws:
net.sf.hibernate.HibernateException

close

public java.sql.Connection close()
                          throws net.sf.hibernate.HibernateException
Specified by:
close in interface net.sf.hibernate.Session
Overrides:
close in class AbstractHibernateSession
Throws:
net.sf.hibernate.HibernateException

setDataConnection

public void setDataConnection(DataConnection dataConnection)