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

java.lang.Object
  extended byit.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO
Direct Known Subclasses:
BIObjectDAOHibImpl, BIObjectParameterDAOHibImpl, CheckDAOHibImpl, DomainDAOHibImpl, EngineDAOHibImpl, LovDAOHibImpl, LowFunctionalityDAOHibImpl, ParameterDAOHibImpl, ParameterUseDAOHibImpl, RoleDAOHibImpl

public class AbstractHibernateDAO
extends java.lang.Object

Abstract class that al DAO will have to extend.

Author:
Zoppello

Constructor Summary
AbstractHibernateDAO()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHibernateDAO

public AbstractHibernateDAO()
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