Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cfg » [javadoc | source]
org.hibernate.cfg
public class: FkSecondPass [javadoc | source]
java.lang.Object
   org.hibernate.cfg.FkSecondPass

All Implemented Interfaces:
    SecondPass

Direct Known Subclasses:
    ToOneFkSecondPass, JoinedSubclassFkSecondPass

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
Constructor:
 FkSecondPass(ToOne value,
    Ejb3JoinColumn[] columns,
    boolean unique,
    String entityClassName,
    String path,
    ExtendedMappings mappings) 
Method from org.hibernate.cfg.FkSecondPass Summary:
doSecondPass,   getValue,   isInPrimaryKey
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cfg.FkSecondPass Detail:
 public  void doSecondPass(Map persistentClasses) throws MappingException 
 public ToOne getValue() 
 public boolean isInPrimaryKey()