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:
java.io.Serializable
,ClassLoaderService
,Service
,Stoppable
public class ClassLoaderServiceTestingImpl extends org.hibernate.boot.registry.classloading.internal.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()
-
-
-
Field Detail
-
INSTANCE
public static final ClassLoaderServiceTestingImpl INSTANCE
Singleton access
-
-