public interface ImplementationCreator
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader()
Accessor for the ClassLoader loading classes created at runtime
|
<T> T |
newInstance(Class<T> pc,
ClassLoaderResolver loader)
Constructs an implementation for an interface and instantiates it
|
<T> T newInstance(Class<T> pc, ClassLoaderResolver loader)
T
- Type of persistable objectpc
- The class of the interface or abstract class, or concrete class defined in MetaDataloader
- The ClassLoaderResolver for the interfaceClassLoader getClassLoader()
Copyright © 2019. All rights reserved.