Uses of Interface
org.hibernate.boot.ResourceStreamLocator
-
Packages that use ResourceStreamLocator Package Description 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. -
-
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 interfaceClassLoaderServiceA 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 voidAdditionalMappingContributor. contribute(AdditionalMappingContributions contributions, InFlightMetadataCollector metadata, ResourceStreamLocator resourceStreamLocator, MetadataBuildingContext buildingContext)Contribute the additional mappings
-