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 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

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.