Uses of Interface
org.hibernate.boot.ResourceStreamLocator
Packages that use ResourceStreamLocator
Package
Description
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
The class loading service internals.
The class loading service SPI.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Implementation of the model classes backed by annotations.
-
Uses of ResourceStreamLocator in org.hibernate.boot.jaxb.internal
Constructors in org.hibernate.boot.jaxb.internal with parameters of type ResourceStreamLocatorModifierConstructorDescriptionprotected
AbstractBinder
(ResourceStreamLocator resourceStreamLocator) ConfigurationBinder
(ResourceStreamLocator resourceStreamLocator) MappingBinder
(ResourceStreamLocator resourceStreamLocator, @Nullable 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 ResourceStreamLocatorModifierConstructorDescriptionLocalXmlResourceResolver
(ResourceStreamLocator resourceStreamLocator) -
Uses of ResourceStreamLocator in org.hibernate.boot.models.xml.internal
Classes in org.hibernate.boot.models.xml.internal that implement ResourceStreamLocator -
Uses of ResourceStreamLocator in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement ResourceStreamLocatorModifier and TypeClassDescriptionclass
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.spiModifier and TypeInterfaceDescriptioninterface
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 ResourceStreamLocatorModifier and TypeMethodDescriptionvoid
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 ResourceStreamLocatorModifier and TypeMethodDescriptionvoid
AdditionalMappingContributorImpl.contribute
(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext) -
Uses of ResourceStreamLocator in org.hibernate.processor.xml
Classes in org.hibernate.processor.xml that implement ResourceStreamLocator -
Uses of ResourceStreamLocator in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ResourceStreamLocatorModifier and TypeClassDescriptionclass
class