org.hibernate.cfg
Class ExtendsQueueEntry

java.lang.Object
  extended byorg.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

Constructor Summary
ExtendsQueueEntry(String explicitName, String mappingPackage, org.dom4j.Document document)
           
 
Method Summary
 org.dom4j.Document getDocument()
           
 String getExplicitName()
           
 String getMappingPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendsQueueEntry

public ExtendsQueueEntry(String explicitName,
                         String mappingPackage,
                         org.dom4j.Document document)
Method Detail

getExplicitName

public String getExplicitName()

getMappingPackage

public String getMappingPackage()

getDocument

public org.dom4j.Document getDocument()