Uses of Interface
org.hibernate.boot.ResourceLocator
-
Packages that use ResourceLocator Package Description org.hibernate.boot.internal org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.testing.boot -
-
Uses of ResourceLocator in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ResourceLocator Modifier and Type Class Description classSimpleResourceLocatorSimple ResourceLocator impl using its own ClassLoader to locate the resourceclassStandardResourceLocatorStandard implementation of ResourceLocator delegating to the ClassLoaderService -
Uses of ResourceLocator in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement ResourceLocator Modifier and Type Class Description classClassLoaderServiceImplStandard implementation of the service for interacting with class loaders -
Uses of ResourceLocator in org.hibernate.boot.registry.classloading.spi
Subinterfaces of ResourceLocator in org.hibernate.boot.registry.classloading.spi Modifier and Type Interface Description interfaceClassLoaderServiceA service for interacting with class loaders. -
Uses of ResourceLocator in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ResourceLocator Modifier and Type Class Description classClassLoaderServiceTestingImplclassExtraJavaServicesClassLoaderService
-