org.hibernate.util.xml
Class MappingReader

java.lang.Object
  extended by org.hibernate.util.xml.MappingReader

public class MappingReader
extends java.lang.Object

Handles reading mapping documents, both hbm and orm varieties.

Author:
Steve Ebersole

Field Summary
static java.lang.String ASSUMED_ORM_XSD_VERSION
           
static MappingReader INSTANCE
           
 
Method Summary
 XmlDocument readMappingDocument(org.xml.sax.EntityResolver entityResolver, org.xml.sax.InputSource source, Origin origin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSUMED_ORM_XSD_VERSION

public static final java.lang.String ASSUMED_ORM_XSD_VERSION
See Also:
Constant Field Values

INSTANCE

public static final MappingReader INSTANCE
Method Detail

readMappingDocument

public XmlDocument readMappingDocument(org.xml.sax.EntityResolver entityResolver,
                                       org.xml.sax.InputSource source,
                                       Origin origin)


Copyright © 2011. All Rights Reserved.