Package org.apache.openjpa.persistence
Class PersistenceUnitInfoImpl.ClassResolverImpl
java.lang.Object
org.apache.openjpa.persistence.PersistenceUnitInfoImpl.ClassResolverImpl
- All Implemented Interfaces:
ClassResolver
- Enclosing class:
- PersistenceUnitInfoImpl
public static class PersistenceUnitInfoImpl.ClassResolverImpl
extends Object
implements ClassResolver
Simple class resolver built around the persistence unit loader.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClassLoader
(Class ctx, ClassLoader env) Return a class loader that can be used to load classes and resources.
-
Constructor Details
-
ClassResolverImpl
-
-
Method Details
-
getClassLoader
Description copied from interface:ClassResolver
Return a class loader that can be used to load classes and resources. This can be a standard class loader, or a customized loader such as aMultiClassLoader
.- Specified by:
getClassLoader
in interfaceClassResolver
- Parameters:
ctx
- the context class; may be null if no context classenv
- 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
-