net.sourceforge.squirrel_sql.plugins.hibernate.util
Class HibernateUtil
java.lang.Object
net.sourceforge.squirrel_sql.plugins.hibernate.util.HibernateUtil
public class HibernateUtil
- extends Object
Class that provides utility methods for obtaining SessionFactory objects.
- Author:
- manningr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HibernateUtil
public HibernateUtil()
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.