Uses of Interface
org.hibernate.boot.ResourceStreamLocator
-
Packages that use ResourceStreamLocator Package Description org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.internal.stax Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal org.hibernate.testing.boot -
-
Uses of ResourceStreamLocator in org.hibernate.boot.jaxb.internal
Constructors in org.hibernate.boot.jaxb.internal with parameters of type ResourceStreamLocator Constructor Description AbstractBinder(ResourceStreamLocator resourceStreamLocator)
MappingBinder(ResourceStreamLocator resourceStreamLocator, Function<String,Object> settingsAccess)
MappingBinder(ResourceStreamLocator resourceStreamLocator, Supplier<MappingBinder.Options> optionsAccess, Supplier<UnsupportedFeatureHandling> unsupportedHandlingAccess)
Full constructorMappingBinder(ResourceStreamLocator resourceStreamLocator, UnsupportedFeatureHandling unsupportedHandling)
Constructor used by the Gradle pluginMappingBinder(ResourceStreamLocator resourceStreamLocator, MappingBinder.Options options)
Constructor used everywhere else -
Uses of ResourceStreamLocator in org.hibernate.boot.jaxb.internal.stax
Constructors in org.hibernate.boot.jaxb.internal.stax with parameters of type ResourceStreamLocator Constructor Description LocalXmlResourceResolver(ResourceStreamLocator resourceStreamLocator)
-
Uses of ResourceStreamLocator in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement ResourceStreamLocator Modifier and Type Class Description class
ClassLoaderServiceImpl
Standard implementation of the service for interacting with class loaders -
Uses of ResourceStreamLocator in org.hibernate.boot.registry.classloading.spi
Subinterfaces of ResourceStreamLocator in org.hibernate.boot.registry.classloading.spi Modifier and Type Interface Description interface
ClassLoaderService
A service for interacting with class loaders. -
Uses of ResourceStreamLocator in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ResourceStreamLocator Modifier and Type Method Description void
AdditionalMappingContributor. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)
Contribute the additional mappings -
Uses of ResourceStreamLocator in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type ResourceStreamLocator Modifier and Type Method Description void
AdditionalMappingContributorImpl. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)
-
Uses of ResourceStreamLocator in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ResourceStreamLocator Modifier and Type Class Description class
ClassLoaderServiceTestingImpl
class
ExtraJavaServicesClassLoaderService
-