public class StandardClassLoaderDelegateImpl extends Object implements ClassLoaderDelegate
Modifier and Type | Field and Description |
---|---|
static StandardClassLoaderDelegateImpl |
INSTANCE
Singleton access
|
Constructor and Description |
---|
StandardClassLoaderDelegateImpl() |
public static final StandardClassLoaderDelegateImpl INSTANCE
public <T> Class<T> classForName(String className) throws ClassLoadingException
ClassLoaderDelegate
classForName
in interface ClassLoaderDelegate
T
- The returned class type.className
- The name of the class to locateClassLoadingException
Copyright © 2015 Hibernate.org. All Rights Reserved.