Package org.hibernate.testing.boot
Class ClassLoaderServiceTestingImpl
java.lang.Object
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
- All Implemented Interfaces:
Serializable
,ClassLoaderService
,ResourceLocator
,ResourceStreamLocator
,Service
,Stoppable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
ClassLoaderService.Work<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
classForName, generateProxy, loadJavaServices, locateResource, locateResources, locateResourceStream, packageForNameOrNull, stop, workWithClassLoader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
classForTypeName
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
ClassLoaderServiceTestingImpl
public ClassLoaderServiceTestingImpl()
-