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 class
SimpleResourceLocator
Simple ResourceLocator impl using its own ClassLoader to locate the resourceclass
StandardResourceLocator
Standard 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 class
ClassLoaderServiceImpl
Standard 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 interface
ClassLoaderService
A 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 class
ClassLoaderServiceTestingImpl
class
ExtraJavaServicesClassLoaderService
-