Package org.jipijapa.plugin.spi
Interface TempClassLoaderFactory
-
- All Known Subinterfaces:
TempClassLoaderFactory
public interface TempClassLoaderFactoryFactory for creating temporary classloaders used by persistence providers.- Author:
- Antti Laisi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadercreateNewTempClassLoader()Creates a temporary classloader with the same scope and classpath as the persistence unit classloader.
-
-
-
Method Detail
-
createNewTempClassLoader
ClassLoader createNewTempClassLoader()
Creates a temporary classloader with the same scope and classpath as the persistence unit classloader.- See Also:
PersistenceUnitInfo.getNewTempClassLoader()
-
-