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

java.lang.Object
  extended by it.eng.spagobi.mapcatalogue.bo.dao.hibernate.AbstractHibernateDAO
Direct Known Subclasses:
SbiGeoFeaturesDAOHibImpl, SbiGeoMapFeaturesDAOHibImpl, SbiGeoMapsDAOHibImpl

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
clone, equals, finalize, 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