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.
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,
XmlDocument metadataXml,
Set<String> entityNames)
getExplicitName
public String getExplicitName()
getMappingPackage
public String getMappingPackage()
getMetadataXml
public XmlDocument getMetadataXml()
getEntityNames
public Set<String> getEntityNames()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.