|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlDocument | |
---|---|
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 |
Uses of XmlDocument in org.hibernate |
---|
Constructors in org.hibernate with parameters of type XmlDocument | |
---|---|
InvalidMappingException(String customMessage,
XmlDocument xmlDocument)
|
|
InvalidMappingException(String customMessage,
XmlDocument xmlDocument,
Throwable cause)
|
Uses of XmlDocument in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return XmlDocument | |
---|---|
XmlDocument |
ExtendsQueueEntry.getMetadataXml()
|
Methods in org.hibernate.cfg with parameters of type XmlDocument | |
---|---|
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. |
Constructors in org.hibernate.cfg with parameters of type XmlDocument | |
---|---|
ExtendsQueueEntry(String explicitName,
String mappingPackage,
XmlDocument metadataXml,
Set<String> entityNames)
|
Uses of XmlDocument in org.hibernate.internal.util.xml |
---|
Classes in org.hibernate.internal.util.xml that implement XmlDocument | |
---|---|
class |
XmlDocumentImpl
Basic implemementation of XmlDocument |
Methods in org.hibernate.internal.util.xml that return XmlDocument | |
---|---|
XmlDocument |
MappingReader.readMappingDocument(EntityResolver entityResolver,
InputSource source,
Origin origin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |