public interface ClassLoadingService
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Returns Java ClassLoader that knows how to load all classes configured for this
service.
|
<T> Class<T> |
loadClass(Class<T> interfaceType,
String className)
Returns a class for given class name.
|
ClassLoader getClassLoader()
<T> Class<T> loadClass(Class<T> interfaceType, String className) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2001–2015 Apache Cayenne. All rights reserved.