ClassLoaderDelegate
@Deprecated public final class ReflectHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Class |
classForName(String name,
Class caller)
Deprecated.
Perform resolution of a class name.
|
public static Class classForName(String name, Class caller) throws ClassNotFoundException
Class.forName(String, boolean, ClassLoader)
using the caller's classloadername
- The class namecaller
- The class from which this call originated (in order to access that class's loader).ClassNotFoundException
- From Class.forName(String, boolean, ClassLoader)
.Copyright © 2015 Hibernate.org. All rights reserved.