net.sourceforge.squirrel_sql.plugins.hibernate.util
Class HibernateUtil

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.util.HibernateUtil

public class HibernateUtil
extends Object

Class that provides utility methods for obtaining SessionFactory objects.

Author:
manningr

Field Summary
static String OBJECT_IS_NULL
           
static String UNITIALIZED_PERSISTENT_COLLECTION
           
 
Constructor Summary
HibernateUtil()
           
 
Method Summary
static XMLBeanReader createHibernateConfigsReader(HibernatePlugin plugin)
           
static String getSimpleClassName(String mappedClassName)
           
static void setFileWrapperFactory(FileWrapperFactory fileWrapperFactory)
           
static void setIoutils(IOUtilities ioutils)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_IS_NULL

public static final String OBJECT_IS_NULL
See Also:
Constant Field Values

UNITIALIZED_PERSISTENT_COLLECTION

public static final String UNITIALIZED_PERSISTENT_COLLECTION
See Also:
Constant Field Values
Constructor Detail

HibernateUtil

public HibernateUtil()
Method Detail

createHibernateConfigsReader

public static XMLBeanReader createHibernateConfigsReader(HibernatePlugin plugin)
                                                  throws IOException,
                                                         XMLException
Throws:
IOException
XMLException

getSimpleClassName

public static String getSimpleClassName(String mappedClassName)

setFileWrapperFactory

public static void setFileWrapperFactory(FileWrapperFactory fileWrapperFactory)
Parameters:
fileWrapperFactory - the fileWrapperFactory to set

setIoutils

public static void setIoutils(IOUtilities ioutils)
Parameters:
ioutils - the ioutils to set


Copyright © 2001-2012. All Rights Reserved.