NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs. The scope and classpath of this loader is exactly the
same as that of the loader returned by GetClassLoader()()()(). None of the classes loaded
by this class loader will be visible to application
components. The provider may only use this ClassLoader within
the scope of the CreateContainerEntityManagerFactory(PersistenceUnitInfo, Dictionary<(Of <<'(Object, Object>)>>)) call.
Namespace: NPersistence.spiAssembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
Assembly GetNewTempClassLoader()