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

ResultSetMappingSecondPass (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.cfg
Class ResultSetMappingSecondPass

java.lang.Object
  extended byorg.hibernate.cfg.ResultSetMappingBinder
      extended byorg.hibernate.cfg.ResultSetMappingSecondPass
All Implemented Interfaces:
QuerySecondPass, SecondPass, Serializable

public class ResultSetMappingSecondPass
extends ResultSetMappingBinder
implements QuerySecondPass

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
ResultSetMappingSecondPass(org.dom4j.Element element, String path, Mappings mappings)
           
 
Method Summary
 void doSecondPass(Map persistentClasses)
           
 
Methods inherited from class org.hibernate.cfg.ResultSetMappingBinder
buildResultSetMappingDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetMappingSecondPass

public ResultSetMappingSecondPass(org.dom4j.Element element,
                                  String path,
                                  Mappings mappings)
Method Detail

doSecondPass

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