| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.jaxb.spi | |
| org.hibernate.boot.model.process.spi | |
| org.hibernate.boot.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
MetadataSources.getXmlBindings() |
| Modifier and Type | Method and Description |
|---|---|
Binding |
Binder.bind(InputStream stream,
Origin origin)
Bind from an InputStream
|
Binding |
Binder.bind(Source source,
Origin origin)
Bind from an XML source.
|
abstract Binding |
XmlSource.doBind(Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Binding> |
ManagedResources.getXmlMappingBindings()
Informational access to binding for all known XML mapping files.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
XmlMappingBinderAccess.bind(File file) |
Binding |
XmlMappingBinderAccess.bind(InputStream xmlInputStream) |
Binding |
XmlMappingBinderAccess.bind(InputStreamAccess xmlInputStreamAccess) |
Binding |
XmlMappingBinderAccess.bind(String resource) |
Binding |
XmlMappingBinderAccess.bind(URL url) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.