Interface | Description |
---|---|
Origin |
Describes the origin of an xml document
|
XmlDocument |
Describes a parsed xml document.
|
Class | Description |
---|---|
DTDEntityResolver |
An
EntityResolver implementation which attempts to resolve
various systemId URLs to local classpath look ups
Any systemId URL beginning with http://www.hibernate.org/dtd/ is
searched for as a classpath resource in the classloader which loaded the
Hibernate classes.
Any systemId URL using classpath as the scheme (i.e. |
ErrorLogger |
Implements an
ErrorHandler that mainly just logs errors/warnings. |
MappingReader |
Handles reading mapping documents, both
hbm and orm varieties. |
OriginImpl |
Basic implementation of
Origin |
XmlDocumentImpl |
Basic implemementation of
XmlDocument |
XMLHelper |
Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.