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

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


org.hibernate.cfg
Interface SecondPass

All Superinterfaces:
Serializable
All Known Subinterfaces:
QuerySecondPass
All Known Implementing Classes:
CollectionSecondPass, NamedSQLQuerySecondPass, ResultSetMappingSecondPass

public interface SecondPass
extends Serializable

Second pass operation

Author:
Emmanuel Bernard

Method Summary
 void doSecondPass(Map persistentClasses)
           
 

Method Detail

doSecondPass

public void doSecondPass(Map persistentClasses)
                  throws MappingException
Throws:
MappingException