站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CollectionSecondPass (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.cfg
Class CollectionSecondPass

java.lang.Object
  extended byorg.hibernate.cfg.CollectionSecondPass
All Implemented Interfaces:
SecondPass, Serializable

public abstract class CollectionSecondPass
extends Object
implements SecondPass

Collection second pass

Author:
Emmanuel Bernard
See Also:
Serialized Form

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

Constructor Detail

CollectionSecondPass

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

CollectionSecondPass

public CollectionSecondPass(Mappings mappings,
                            Collection collection)
Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses)
                  throws MappingException
Specified by:
doSecondPass in interface SecondPass
Throws:
MappingException

secondPass

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