it.eng.spagobi.metadata
Class HibernateUtil

java.lang.Object
  extended by it.eng.spagobi.metadata.HibernateUtil

public class HibernateUtil
extends java.lang.Object


Field Summary
private static org.apache.commons.logging.Log log
           
private static org.hibernate.SessionFactory sessionFactory
           
 
Constructor Summary
HibernateUtil()
           
 
Method Summary
static org.hibernate.Session currentSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log

sessionFactory

private static final org.hibernate.SessionFactory sessionFactory
Constructor Detail

HibernateUtil

public HibernateUtil()
Method Detail

currentSession

public static org.hibernate.Session currentSession()