it.eng.spagobi.bo.dao.hibernate
Class AbstractTestHibernateDAO

java.lang.Object
  extended by it.eng.spagobi.bo.dao.hibernate.AbstractTestHibernateDAO

public class AbstractTestHibernateDAO
extends java.lang.Object

Author:
Gioia

Field Summary
private static org.hibernate.SessionFactory sessionFactory
           
 
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
 

Field Detail

sessionFactory

private static final org.hibernate.SessionFactory sessionFactory
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