Interface TempClassLoaderFactory

All Known Subinterfaces:
TempClassLoaderFactory

public interface TempClassLoaderFactory
Factory for creating temporary classloaders used by persistence providers.
Author:
Antti Laisi
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a temporary classloader with the same scope and classpath as the persistence unit classloader.
  • Method Details

    • createNewTempClassLoader

      ClassLoader createNewTempClassLoader()
      Creates a temporary classloader with the same scope and classpath as the persistence unit classloader.
      See Also:
      • PersistenceUnitInfo.getNewTempClassLoader()