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