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
,org.hibernate.boot.registry.classloading.spi.ClassLoaderService
,org.hibernate.service.Service
,org.hibernate.service.spi.Stoppable
public class ClassLoaderServiceTestingImpl extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
- See Also:
- Serialized Form
-
-
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
-
-