| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.internal.util.xml |
| Constructor and Description |
|---|
InvalidMappingException(java.lang.String customMessage,
XmlDocument xmlDocument)
Constructs an InvalidMappingException using the given information.
|
InvalidMappingException(java.lang.String customMessage,
XmlDocument xmlDocument,
java.lang.Throwable cause)
Constructs an InvalidMappingException using the given information.
|
| Modifier and Type | Method and Description |
|---|---|
XmlDocument |
ExtendsQueueEntry.getMetadataXml() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.add(XmlDocument metadataXml)
Deprecated.
No longer supported.
|
| Constructor and Description |
|---|
ExtendsQueueEntry(java.lang.String explicitName,
java.lang.String mappingPackage,
XmlDocument metadataXml,
java.util.Set<java.lang.String> entityNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlDocumentImpl
Basic implemementation of
XmlDocument |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.