org.hibernate.util.xml
Class MappingReader
java.lang.Object
org.hibernate.util.xml.MappingReader
public class MappingReader
- extends Object
Handles reading mapping documents, both hbm
and orm
varieties.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSUMED_ORM_XSD_VERSION
public static final String ASSUMED_ORM_XSD_VERSION
- See Also:
- Constant Field Values
INSTANCE
public static final MappingReader INSTANCE
readMappingDocument
public XmlDocument readMappingDocument(EntityResolver entityResolver,
InputSource source,
Origin origin)
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.