Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.internal.util.xml |
Constructor and Description |
---|
InvalidMappingException(String customMessage,
Origin origin)
Constructs an InvalidMappingException using the given information.
|
InvalidMappingException(String customMessage,
Origin origin,
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(String requestedVersion,
Origin origin)
Deprecated.
|
XmlDocumentImpl(org.dom4j.Document documentTree,
Origin origin) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.