Package org.hibernate.boot.archive.spi
Interface JarFileEntryUrlAdjuster
-
public interface JarFileEntryUrlAdjusterOptional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust<jar-file/>URL's defined inpersistence.xmlfiles. The intent is to account for relative URLs in a protocol specific way according to the protocol(s) handled by the ArchiveDescriptorFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URLadjustJarFileEntryUrl(java.net.URL url, java.net.URL rootUrl)Adjust the given URL, if needed.
-