Class ClassLoaderServiceTestingImpl

java.lang.Object
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
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 ClassLoaderServiceTestingImpl extends org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService

    org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Singleton access
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

  • Constructor Details

    • ClassLoaderServiceTestingImpl

      public ClassLoaderServiceTestingImpl()