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.
The internals of archive scanning support.
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 anInputStream
access -
Uses of InputStreamAccess in org.hibernate.boot.archive.internal
Classes in org.hibernate.boot.archive.internal that implement InputStreamAccessModifier and TypeClassDescriptionclass
An InputStreamAccess implementation based on a byte arrayclass
An InputStreamAccess implementation based on a File referenceclass
-
Uses of InputStreamAccess in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal that return InputStreamAccessConstructors in org.hibernate.boot.archive.scan.internal with parameters of type InputStreamAccessModifierConstructorDescriptionMappingFileDescriptorImpl
(String name, InputStreamAccess streamAccess) -
Uses of InputStreamAccess in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return InputStreamAccessModifier and TypeMethodDescriptionClassDescriptor.getStreamAccess()
Retrieves access to the InputStream for the class file.MappingFileDescriptor.getStreamAccess()
Retrieves access to the InputStream for the mapping file.PackageDescriptor.getStreamAccess()
Retrieves access to the InputStream for thepackage-info.class
file. -
Uses of InputStreamAccess in org.hibernate.boot.archive.spi
Methods in org.hibernate.boot.archive.spi that return InputStreamAccessModifier and TypeMethodDescriptionprotected InputStreamAccess
AbstractArchiveDescriptor.buildByteBasedInputStreamAccess
(String name, InputStream inputStream) ArchiveEntry.getStreamAccess()
Get access to the stream for the entry -
Uses of InputStreamAccess in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with parameters of type InputStreamAccessModifier and TypeMethodDescriptionstatic Binding
<? extends JaxbBindableMappingDescriptor> InputStreamAccessXmlSource.fromStreamAccess
(InputStreamAccess inputStreamAccess, MappingBinder mappingBinder) Create a mapping binding from an input stream.static Binding
<? extends JaxbBindableMappingDescriptor> InputStreamAccessXmlSource.fromStreamAccess
(InputStreamAccess inputStreamAccess, Origin origin, MappingBinder mappingBinder) Create a mapping binding from an input stream. -
Uses of InputStreamAccess in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type InputStreamAccessModifier and TypeMethodDescriptionXmlMappingBinderAccess.bind
(InputStreamAccess xmlInputStreamAccess) Create a binding from an input stream