it.eng.spagobi.commons.dao
Class AbstractTestHibernateDAO

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractTestHibernateDAO

public class AbstractTestHibernateDAO
extends java.lang.Object

Author:
Gioia

Constructor Summary
AbstractTestHibernateDAO()
           
 
Method Summary
 org.hibernate.Session getSession()
          Gets tre current session.
 void logException(java.lang.Throwable t)
          Traces the exception information of a throwable input object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestHibernateDAO

public AbstractTestHibernateDAO()
Method Detail

getSession

public org.hibernate.Session getSession()
Gets tre current session.

Returns:
The current session object.

logException

public void logException(java.lang.Throwable t)
Traces the exception information of a throwable input object.

Parameters:
t - The input throwable object