org.hibernate.tutorial.util
Class HibernateUtil

java.lang.Object
  extended by org.hibernate.tutorial.util.HibernateUtil

public class HibernateUtil
extends Object


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

Constructor Detail

HibernateUtil

public HibernateUtil()
Method Detail

getSessionFactory

public static SessionFactory getSessionFactory()


Copyright © 2009 Hibernate.org. All Rights Reserved.