org.hibernate.cfg
Class JoinedSubclassFkSecondPass

java.lang.Object
  extended by org.hibernate.cfg.FkSecondPass
      extended by org.hibernate.cfg.JoinedSubclassFkSecondPass
All Implemented Interfaces:
Serializable, SecondPass

public class JoinedSubclassFkSecondPass
extends FkSecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hibernate.cfg.FkSecondPass
columns, value
 
Constructor Summary
JoinedSubclassFkSecondPass(JoinedSubclass entity, Ejb3JoinColumn[] inheritanceJoinedColumns, SimpleValue key, Mappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses)
           
 String getReferencedEntityName()
           
 boolean isInPrimaryKey()
           
 
Methods inherited from class org.hibernate.cfg.FkSecondPass
equals, getUniqueCounter, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinedSubclassFkSecondPass

public JoinedSubclassFkSecondPass(JoinedSubclass entity,
                                  Ejb3JoinColumn[] inheritanceJoinedColumns,
                                  SimpleValue key,
                                  Mappings mappings)
Method Detail

getReferencedEntityName

public String getReferencedEntityName()
Specified by:
getReferencedEntityName in class FkSecondPass

isInPrimaryKey

public boolean isInPrimaryKey()
Specified by:
isInPrimaryKey in class FkSecondPass

doSecondPass

public void doSecondPass(Map persistentClasses)
                  throws MappingException
Throws:
MappingException


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.