Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
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.source.spi |
Constructor and Description |
---|
InvalidMappingException(String customMessage,
Origin origin)
Constructs an InvalidMappingException using the given information.
|
Modifier and Type | Method and Description |
---|---|
Origin |
MappingException.getOrigin() |
Origin |
InvalidMappingException.getOrigin() |
Constructor and Description |
---|
InvalidMappingException(Origin origin) |
InvalidMappingException(Origin origin,
Throwable e) |
MappingException(String message,
Origin origin) |
MappingException(String message,
Throwable root,
Origin origin) |
MappingNotFoundException(Origin origin) |
MappingNotFoundException(String message,
Origin origin) |
MappingNotFoundException(String message,
Throwable root,
Origin origin) |
MappingNotFoundException(Throwable root,
Origin origin) |
UnsupportedOrmXsdVersionException(String requestedVersion,
Origin origin) |
Modifier and Type | Method and Description |
---|---|
Origin |
XmlSource.getOrigin() |
Origin |
Binding.getOrigin()
Obtain the metadata about the document's origin
|
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.
|
Constructor and Description |
---|
Binding(T root,
Origin origin) |
XmlSource(Origin origin) |
Modifier and Type | Method and Description |
---|---|
Origin |
IdentifiableTypeSource.getOrigin()
Obtain the origin of this source.
|
Origin |
LocalMetadataBuildingContext.getOrigin()
Obtain the origin for this context
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.