| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.internal.util.xml |
| Constructor and Description |
|---|
InvalidMappingException(java.lang.String customMessage,
Origin origin)
Constructs an InvalidMappingException using the given information.
|
InvalidMappingException(java.lang.String customMessage,
Origin origin,
java.lang.Exception cause)
Constructs an InvalidMappingException using the given information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OriginImpl
Basic implementation of
Origin |
| Modifier and Type | Method and Description |
|---|---|
Origin |
XmlDocument.getOrigin()
Retrieve the document's origin.
|
Origin |
XmlDocumentImpl.getOrigin() |
| Constructor and Description |
|---|
UnsupportedOrmXsdVersionException(java.lang.String requestedVersion,
Origin origin)
Deprecated.
|
XmlDocumentImpl(org.dom4j.Document documentTree,
Origin origin) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.