org.hibernate.cfg
Class ToOneMappedBySecondPass

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

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

See Also:
Serialized Form

Constructor Summary
ToOneMappedBySecondPass(String mappedBy, org.hibernate.mapping.ToOne value, String ownerEntity, String ownerProperty, org.hibernate.cfg.Mappings mappings)
           
 
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
 

Constructor Detail

ToOneMappedBySecondPass

public ToOneMappedBySecondPass(String mappedBy,
                               org.hibernate.mapping.ToOne value,
                               String ownerEntity,
                               String ownerProperty,
                               org.hibernate.cfg.Mappings mappings)
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