Uses of Class
org.hibernate.boot.jaxb.spi.XmlSource
-
Packages that use XmlSource Package Description org.hibernate.boot.jaxb.internal -
-
Uses of XmlSource in org.hibernate.boot.jaxb.internal
Subclasses of XmlSource in org.hibernate.boot.jaxb.internal Modifier and Type Class Description classCacheableFileXmlSourceclassFileXmlSourceclassInputStreamAccessXmlSourceclassInputStreamXmlSourceclassJarFileEntryXmlSourceclassJaxpSourceXmlSourceclassUrlXmlSourceMethods in org.hibernate.boot.jaxb.internal that return XmlSource Modifier and Type Method Description static XmlSourceXmlSources. fromCacheableFile(File file)static XmlSourceXmlSources. fromCacheableFile(File file, boolean strict)static XmlSourceXmlSources. fromCacheableFile(File file, File cacheableDir)static XmlSourceXmlSources. fromCacheableFile(File file, File cacheableDir, boolean strict)static XmlSourceXmlSources. fromDocument(Document document)static XmlSourceXmlSources. fromFile(File file)static XmlSourceXmlSources. fromResource(String resourceName, ClassLoaderService classLoaderService)Create anXmlSourcefrom a named resourcestatic XmlSourceXmlSources. fromStream(InputStream inputStream)static XmlSourceXmlSources. fromStream(InputStreamAccess inputStreamAccess)static XmlSourceXmlSources. fromUrl(URL url)Create anXmlSourcefrom a URLMethod parameters in org.hibernate.boot.jaxb.internal with type arguments of type XmlSource Modifier and Type Method Description static voidXmlSources. fromJar(File jar, Consumer<XmlSource> consumer)Read all.hbm.xmlmappings from a jar file and pass them to the givenConsumer.
-