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

All Implemented Interfaces:
    SecondPass

Direct Known Subclasses:
    IdentifierCollectionSecondPass, ListSecondPass, MapSecondPass, CollectionSecondPass, JDBCCollectionSecondPass

Collection second pass
Field Summary
 Mappings mappings     
 Collection collection     
Constructor:
 public CollectionSecondPass(Mappings mappings,
    Collection collection) 
 public CollectionSecondPass(Mappings mappings,
    Collection collection,
    Map inheritedMetas) 
Method from org.hibernate.cfg.CollectionSecondPass Summary:
doSecondPass,   secondPass
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cfg.CollectionSecondPass Detail:
 public  void doSecondPass(Map persistentClasses) throws MappingException 
 abstract public  void secondPass(Map persistentClasses,
    Map inheritedMetas) throws MappingException