Uses of Interface
org.hibernate.util.xml.XmlDocument

Packages that use XmlDocument
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.util.xml   
 

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.util.xml
 

Classes in org.hibernate.util.xml that implement XmlDocument
 class XmlDocumentImpl
          Basic implemementation of XmlDocument
 

Methods in org.hibernate.util.xml that return XmlDocument
 XmlDocument MappingReader.readMappingDocument(EntityResolver entityResolver, InputSource source, Origin origin)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.