Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.archive.internal |
The internals of archive scanning support
|
org.hibernate.boot.archive.scan.internal | |
org.hibernate.boot.archive.scan.spi | |
org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
org.hibernate.boot.spi |
Modifier and Type | Method and Description |
---|---|
MetadataSources |
MetadataSources.addInputStream(InputStreamAccess xmlInputStreamAccess)
Read metadata from an
InputStream access |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayInputStreamAccess
An InputStreamAccess implementation based on a byte array
|
class |
FileInputStreamAccess
An InputStreamAccess implementation based on a File reference
|
class |
UrlInputStreamAccess |
Modifier and Type | Method and Description |
---|---|
InputStreamAccess |
ClassDescriptorImpl.getStreamAccess() |
InputStreamAccess |
MappingFileDescriptorImpl.getStreamAccess() |
InputStreamAccess |
PackageDescriptorImpl.getStreamAccess() |
Constructor and Description |
---|
ClassDescriptorImpl(String name,
ClassDescriptor.Categorization categorization,
InputStreamAccess streamAccess) |
MappingFileDescriptorImpl(String name,
InputStreamAccess streamAccess) |
PackageDescriptorImpl(String name,
InputStreamAccess streamAccess) |
Modifier and Type | Method and 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 the
package-info.class file. |
Modifier and Type | Method and Description |
---|---|
protected InputStreamAccess |
AbstractArchiveDescriptor.buildByteBasedInputStreamAccess(String name,
InputStream inputStream) |
InputStreamAccess |
ArchiveEntry.getStreamAccess()
Get access to the stream for the entry
|
Modifier and Type | Method and Description |
---|---|
Binding |
XmlMappingBinderAccess.bind(InputStreamAccess xmlInputStreamAccess) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.