Uses of Interface
org.hibernate.boot.archive.spi.InputStreamAccess
-
Packages that use InputStreamAccess Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.archive.scan.spi SPI for scanning archives to discover managed classes and named resources.org.hibernate.boot.archive.spi Defines an SPI for scanning of archives for discovery of managed resources.org.hibernate.boot.spi 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 InputStreamAccess Modifier and Type Method Description MetadataSourcesMetadataSources. addInputStream(InputStreamAccess xmlInputStreamAccess)Read metadata from anInputStreamaccess -
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 InputStreamAccessClassDescriptor. getStreamAccess()Retrieves access to the InputStream for the class file.InputStreamAccessMappingFileDescriptor. getStreamAccess()Retrieves access to the InputStream for the mapping file.InputStreamAccessPackageDescriptor. getStreamAccess()Retrieves access to the InputStream for thepackage-info.classfile. -
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 InputStreamAccessAbstractArchiveDescriptor. buildByteBasedInputStreamAccess(String name, InputStream inputStream)InputStreamAccessArchiveEntry. 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 InputStreamAccess Modifier and Type Method Description <X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStreamAccess xmlInputStreamAccess)Create a binding from an input stream
-