org.hibernate.internal.util
Class ClassLoaderHelper

java.lang.Object
  extended by org.hibernate.internal.util.ClassLoaderHelper

public class ClassLoaderHelper
extends Object

This exists purely to allow custom ClassLoaders to be injected and used prior to ServiceRegistry and ClassLoadingService existence. This should be replaced in Hibernate 5.


Field Summary
static ClassLoader overridenClassLoader
           
 
Constructor Summary
ClassLoaderHelper()
           
 
Method Summary
static ClassLoader getContextClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

overridenClassLoader

public static ClassLoader overridenClassLoader
Constructor Detail

ClassLoaderHelper

public ClassLoaderHelper()
Method Detail

getContextClassLoader

public static ClassLoader getContextClassLoader()


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.