Class HibernateUtil


  • public class HibernateUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HibernateUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.hibernate.SessionFactory getSessionFactory()  
      static void shutdown()  
      • 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 org.hibernate.SessionFactory getSessionFactory()
      • shutdown

        public static void shutdown()