Package org.hibernate.testing.boot
Class ExtraJavaServicesClassLoaderService
java.lang.Object
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService
- All Implemented Interfaces:
Serializable,org.hibernate.boot.registry.classloading.spi.ClassLoaderService,org.hibernate.boot.ResourceLocator,org.hibernate.boot.ResourceStreamLocator,org.hibernate.service.Service,org.hibernate.service.spi.Stoppable
public class ExtraJavaServicesClassLoaderService
extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work<T> -
Constructor Summary
ConstructorsConstructorDescriptionExtraJavaServicesClassLoaderService(List<ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<?>> extraJavaServices) -
Method Summary
Methods inherited from class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
classForName, generateProxy, locateResource, locateResources, locateResourceStream, packageForNameOrNull, stop, workWithClassLoaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
classForTypeName
-
Constructor Details
-
ExtraJavaServicesClassLoaderService
public ExtraJavaServicesClassLoaderService(List<ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<?>> extraJavaServices)
-
-
Method Details
-
loadJavaServices
- Specified by:
loadJavaServicesin interfaceorg.hibernate.boot.registry.classloading.spi.ClassLoaderService- Overrides:
loadJavaServicesin classorg.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
-