public interface AdhocObjectFactory
| Modifier and Type | Method and Description | 
|---|---|
| Class<?> | getJavaClass(String className)Returns a Java class loaded using ClassLoader returned from
  ClassLoaderManager.getClassLoader(String)for a given class name. | 
| <T> T | newInstance(Class<? super T> superType,
           String className)Returns an instance of "className" that implements "superType", injecting
 dependencies from the registry into it. | 
<T> T newInstance(Class<? super T> superType, String className)
Class<?> getJavaClass(String className)
ClassLoaderManager.getClassLoader(String) for a given class name.Copyright © 2001–2023 Apache Cayenne. All rights reserved.