|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassResolver
Interface to customize the loading of classes under OpenJPA.
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader(Class contextClass,
ClassLoader envLoader)
Return a class loader that can be used to load classes and resources. |
| Method Detail |
|---|
ClassLoader getClassLoader(Class contextClass,
ClassLoader envLoader)
MultiClassLoader.
contextClass - the context class; may be null if no context classenvLoader - the thread's context class loader when the
persistence environment (i.e. broker)
was obtained; may be null if operating outside
the context of persistence environment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation is deprecated and will be removed in the next release of WebLogic Server.