edu.uoc.tfc.exuoc.controladors
Class HibernateUtils

java.lang.Object
  extended by edu.uoc.tfc.exuoc.controladors.HibernateUtils

public class HibernateUtils
extends java.lang.Object

Hibernate Utility class with a convenient method to get Session Factory object.


Constructor Summary
HibernateUtils()
           
 
Method Summary
static org.hibernate.SessionFactory getSessionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateUtils

public HibernateUtils()
Method Detail

getSessionFactory

public static org.hibernate.SessionFactory getSessionFactory()