org.hibernate.metamodel.source.hbm
Class MappingDocument
java.lang.Object
org.hibernate.metamodel.source.hbm.MappingDocument
public class MappingDocument
- extends Object
Aggregates together information about a mapping document.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingDocument
public MappingDocument(JaxbRoot<JaxbHibernateMapping> hbmJaxbRoot,
MetadataImplementor metadata)
getMappingRoot
public JaxbHibernateMapping getMappingRoot()
getOrigin
public Origin getOrigin()
getJaxbRoot
public JaxbRoot<JaxbHibernateMapping> getJaxbRoot()
getMappingLocalBindingContext
public HbmBindingContext getMappingLocalBindingContext()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.