org.hibernate.cfg

Class CollectionSecondPass

Implemented Interfaces:
SecondPass, Serializable

public abstract class CollectionSecondPass
extends java.lang.Object
implements SecondPass

Collection second pass
Author:
Emmanuel Bernard

Constructor Summary

CollectionSecondPass(Mappings mappings, Collection collection)
CollectionSecondPass(Mappings mappings, Collection collection, Map inheritedMetas)

Method Summary

void
doSecondPass(Map persistentClasses)
abstract void
secondPass(Map persistentClasses, Map inheritedMetas)

Constructor Details

CollectionSecondPass

public CollectionSecondPass(Mappings mappings,
                            Collection collection)

CollectionSecondPass

public CollectionSecondPass(Mappings mappings,
                            Collection collection,
                            Map inheritedMetas)

Method Details

doSecondPass

public void doSecondPass(Map persistentClasses)
            throws MappingException

secondPass

public abstract void secondPass(Map persistentClasses,
                                Map inheritedMetas)
            throws MappingException