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) |
InvalidMappingException(java.lang.String customMessage,
XmlDocument xmlDocument,
java.lang.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,
java.util.Map inheritedMetas,
java.util.Set<java.lang.String> entityNames)
The main contract into the hbm.xml-based binder.
|
static java.util.List<java.lang.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(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 |
Modifier and Type | Method and Description |
---|---|
XmlDocument |
MappingReader.readMappingDocument(org.xml.sax.EntityResolver entityResolver,
org.xml.sax.InputSource source,
Origin origin) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.