org.hibernate.cfg
Class FkSecondPass

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

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

Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved

Author:
Emmanuel Bernard
See Also:
Serialized Form

Method Summary
 void doSecondPass(Map persistentClasses, Map inheritedMetas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doSecondPass

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