org.hibernate.cfg
Class CreateKeySecondPass

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

public class CreateKeySecondPass
extends Object
implements org.hibernate.cfg.SecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
CreateKeySecondPass(org.hibernate.mapping.JoinedSubclass joinedSubClass)
           
CreateKeySecondPass(org.hibernate.mapping.RootClass rootClass)
           
 
Method Summary
 void doSecondPass(Map persistentClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateKeySecondPass

public CreateKeySecondPass(org.hibernate.mapping.RootClass rootClass)

CreateKeySecondPass

public CreateKeySecondPass(org.hibernate.mapping.JoinedSubclass joinedSubClass)
Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses)
                  throws org.hibernate.MappingException
Specified by:
doSecondPass in interface org.hibernate.cfg.SecondPass
Throws:
org.hibernate.MappingException