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
ClassLoaderDelegateclassForName in interface ClassLoaderDelegateT - The returned class type.className - The name of the class to locateClassLoadingExceptionCopyright © 2005–2013 Hibernate.org. All rights reserved.