org.hibernate.internal.util.xml
Class MappingReader

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

public class MappingReader
extends Object

Handles reading mapping documents, both hbm and orm varieties.


Field Summary
static String ASSUMED_ORM_XSD_VERSION
           
static MappingReader INSTANCE
           
 
Method Summary
 XmlDocument readMappingDocument(EntityResolver entityResolver, 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 String ASSUMED_ORM_XSD_VERSION
See Also:
Constant Field Values

INSTANCE

public static final MappingReader INSTANCE
Method Detail

readMappingDocument

public XmlDocument readMappingDocument(EntityResolver entityResolver,
                                       InputSource source,
                                       Origin origin)


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