| 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.scan.spi | |
| org.hibernate.boot.archive.spi |
Defines the SPI for support of "scanning" of "archives".
|
| org.hibernate.boot.spi | |
| org.jboss.as.jpa.hibernate5 |
| Modifier and Type | Method and Description |
|---|---|
MetadataSources |
MetadataSources.addInputStream(InputStreamAccess xmlInputStreamAccess)
Read metadata from an
InputStream access |
| Modifier and Type | Method and Description |
|---|---|
InputStreamAccess |
PackageDescriptor.getStreamAccess()
Retrieves access to the InputStream for the
package-info.class file. |
InputStreamAccess |
MappingFileDescriptor.getStreamAccess()
Retrieves access to the InputStream for the mapping file.
|
InputStreamAccess |
ClassDescriptor.getStreamAccess()
Retrieves access to the InputStream for the 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualFileInputStreamAccess
InputStreamAccess provides Hibernate with lazy, on-demand access to InputStreams for the various
types of resources found during archive scanning.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.