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

Packages that use Origin
org.hibernate.util.xml   
 

Uses of Origin in org.hibernate.util.xml
 

Classes in org.hibernate.util.xml that implement Origin
 class OriginImpl
          Basic implementation of Origin
 

Methods in org.hibernate.util.xml that return Origin
 Origin XmlDocumentImpl.getOrigin()
          Retrieve the document's origin.
 Origin XmlDocument.getOrigin()
          Retrieve the document's origin.
 

Methods in org.hibernate.util.xml with parameters of type Origin
 XmlDocument MappingReader.readMappingDocument(EntityResolver entityResolver, InputSource source, Origin origin)
           
 

Constructors in org.hibernate.util.xml with parameters of type Origin
XmlDocumentImpl(org.dom4j.Document documentTree, Origin origin)
           
 



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