de.jw.cloud42.core.hibernate
Class HibernateUtil

java.lang.Object
  extended by de.jw.cloud42.core.hibernate.HibernateUtil

public class HibernateUtil
extends java.lang.Object

Hibernate Util provides access to Hibernate's SessionFactory. This utility class is only used from the webservice application, since the webapp uses Seam to integrate Hibernate.

Author:
fbitzer

Constructor Summary
HibernateUtil()
           
 
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

HibernateUtil

public HibernateUtil()
Method Detail

getSessionFactory

public static org.hibernate.SessionFactory getSessionFactory()


Copyright © 2010 just works! Software. All Rights Reserved.