org.hibernate.cfg
Class FkSecondPass
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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