com.hyper9.simdk.db
Class HibernateUtil

java.lang.Object
  extended by com.hyper9.simdk.db.HibernateUtil

public class HibernateUtil
extends Object

A utility class for working with Hibernate.

Author:
akutz

Constructor Summary
HibernateUtil()
           
 
Method Summary
static File getConfigFile()
           
static org.hibernate.SessionFactory getSessionFactory()
           
static void setConfigFilePath(String toSet)
           
 
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

getConfigFile

public static File getConfigFile()

setConfigFilePath

public static void setConfigFilePath(String toSet)

getSessionFactory

public static org.hibernate.SessionFactory getSessionFactory()


Copyright © 2009-2010 Hyper9. All Rights Reserved.