Uses of Interface
org.hibernate.boot.archive.spi.InputStreamAccess
-
Packages that use InputStreamAccess Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.internal The internals of archive scanning supportorg.hibernate.boot.archive.scan.internal org.hibernate.boot.archive.scan.spi org.hibernate.boot.archive.spi org.hibernate.boot.jaxb.internal org.hibernate.boot.spi -
-
Uses of InputStreamAccess in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type InputStreamAccess Modifier and Type Method Description MetadataSources
MetadataSources. 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 InputStreamAccess Modifier and Type Class Description class
ByteArrayInputStreamAccess
An InputStreamAccess implementation based on a byte arrayclass
FileInputStreamAccess
An InputStreamAccess implementation based on a File referenceclass
UrlInputStreamAccess
-
Uses of InputStreamAccess in org.hibernate.boot.archive.scan.internal
Methods in org.hibernate.boot.archive.scan.internal that return InputStreamAccess Modifier and Type Method Description InputStreamAccess
ClassDescriptorImpl. getStreamAccess()
InputStreamAccess
MappingFileDescriptorImpl. getStreamAccess()
InputStreamAccess
PackageDescriptorImpl. getStreamAccess()
Constructors in org.hibernate.boot.archive.scan.internal with parameters of type InputStreamAccess Constructor Description ClassDescriptorImpl(String name, ClassDescriptor.Categorization categorization, InputStreamAccess streamAccess)
MappingFileDescriptorImpl(String name, InputStreamAccess streamAccess)
PackageDescriptorImpl(String name, InputStreamAccess streamAccess)
-
Uses of InputStreamAccess in org.hibernate.boot.archive.scan.spi
Methods in org.hibernate.boot.archive.scan.spi that return InputStreamAccess Modifier and Type Method Description InputStreamAccess
ClassDescriptor. getStreamAccess()
Retrieves access to the InputStream for the class file.InputStreamAccess
MappingFileDescriptor. getStreamAccess()
Retrieves access to the InputStream for the mapping file.InputStreamAccess
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 InputStreamAccess Modifier and Type Method Description protected InputStreamAccess
AbstractArchiveDescriptor. buildByteBasedInputStreamAccess(String name, InputStream inputStream)
InputStreamAccess
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 InputStreamAccess Modifier and Type Method Description static Binding
InputStreamAccessXmlSource. doBind(Binder binder, InputStreamAccess inputStreamAccess, Origin origin)
static XmlSource
XmlSources. fromStream(InputStreamAccess inputStreamAccess)
Constructors in org.hibernate.boot.jaxb.internal with parameters of type InputStreamAccess Constructor Description InputStreamAccessXmlSource(Origin origin, InputStreamAccess inputStreamAccess)
-
Uses of InputStreamAccess in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type InputStreamAccess Modifier and Type Method Description <X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStreamAccess xmlInputStreamAccess)
Create a binding from an input stream
-