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
public class ClassLoaderServiceTestingImpl extends ClassLoaderServiceImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
ClassLoaderService.Work<T>
-
-
Field Summary
Fields Modifier and Type Field Description static ClassLoaderServiceTestingImpl
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description ClassLoaderServiceTestingImpl()
-
Method Summary
-
Methods inherited from class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
classForName, fromConfigSettings, 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 Detail
-
INSTANCE
public static final ClassLoaderServiceTestingImpl INSTANCE
Singleton access
-
-