Uses of Interface
org.hibernate.boot.archive.spi.InputStreamAccess
Packages that use InputStreamAccess
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of InputStreamAccess in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type InputStreamAccessModifier and TypeMethodDescriptionMetadataSources.addInputStream(InputStreamAccess xmlInputStreamAccess) Read metadata from anInputStreamaccess -
Uses of InputStreamAccess in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return InputStreamAccessModifier and TypeMethodDescriptionArchiveEntry.getStreamAccess()Get access to the stream for the entry -
Uses of InputStreamAccess in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type InputStreamAccessModifier and TypeMethodDescriptionorg.hibernate.boot.jaxb.spi.Binding<org.hibernate.boot.jaxb.spi.JaxbBindableMappingDescriptor> XmlMappingBinderAccess.bind(InputStreamAccess xmlInputStreamAccess) Create a binding from an input stream