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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceUnitInfoImpl.ClassResolverImpl
public PersistenceUnitInfoImpl.ClassResolverImpl(ClassLoader loader)
getClassLoader
public ClassLoader getClassLoader(Class ctx,
ClassLoader env)
- 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 a
MultiClassLoader
.
- Specified by:
getClassLoader
in interface ClassResolver
- 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
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.