org.hibernate.cfg
Class ExtendsQueueEntry
java.lang.Object
org.hibernate.cfg.ExtendsQueueEntry
public class ExtendsQueueEntry
- extends java.lang.Object
Represents a mapping queued for delayed processing to await
processing of an extends entity upon which it depends.
- Author:
- Steve Ebersole
Constructor Summary |
ExtendsQueueEntry(java.lang.String explicitName,
java.lang.String mappingPackage,
org.dom4j.Document document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendsQueueEntry
public ExtendsQueueEntry(java.lang.String explicitName,
java.lang.String mappingPackage,
org.dom4j.Document document)
getExplicitName
public java.lang.String getExplicitName()
getMappingPackage
public java.lang.String getMappingPackage()
getDocument
public org.dom4j.Document getDocument()
Copyright © 2008 Hibernate.org. All Rights Reserved.