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(String customMessage,
XmlDocument xmlDocument) |
InvalidMappingException(String customMessage,
XmlDocument xmlDocument,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
XmlDocument |
ExtendsQueueEntry.getMetadataXml() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.add(XmlDocument metadataXml) |
void |
Configuration.MetadataSourceQueue.add(XmlDocument metadataXml) |
static void |
HbmBinder.bindRoot(XmlDocument metadataXml,
Mappings mappings,
Map inheritedMetas,
Set<String> entityNames)
The main contract into the hbm.xml-based binder.
|
static List<String> |
HbmBinder.getExtendsNeeded(XmlDocument metadataXml,
Mappings mappings)
For the given document, locate all extends attributes which refer to
entities (entity-name or class-name) not defined within said document.
|
Constructor and Description |
---|
ExtendsQueueEntry(String explicitName,
String mappingPackage,
XmlDocument metadataXml,
Set<String> entityNames) |
Modifier and Type | Class and Description |
---|---|
class |
XmlDocumentImpl
Basic implemementation of
XmlDocument |
Modifier and Type | Method and Description |
---|---|
XmlDocument |
MappingReader.readMappingDocument(EntityResolver entityResolver,
InputSource source,
Origin origin) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.