站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

ExtendsQueueEntry (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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()