net.paoding.rose.jade.rowmapper
类 SetRowMapper

java.lang.Object
  继承者 net.paoding.rose.jade.rowmapper.AbstractCollectionRowMapper
      继承者 net.paoding.rose.jade.rowmapper.SetRowMapper
所有已实现的接口:
org.springframework.jdbc.core.RowMapper

public class SetRowMapper
extends AbstractCollectionRowMapper

将SQL结果集的一行映射为Set

作者:
王志亮 [qieqie.wang@gmail.com], 廖涵 [in355hz@gmail.com]

构造方法摘要
SetRowMapper(StatementMetaData modifier)
           
 
方法摘要
protected  Collection createCollection(int columnSize)
          由子类覆盖此方法,提供一个空的具体集合实现类
 
从类 net.paoding.rose.jade.rowmapper.AbstractCollectionRowMapper 继承的方法
mapRow
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SetRowMapper

public SetRowMapper(StatementMetaData modifier)
方法详细信息

createCollection

protected Collection createCollection(int columnSize)
从类 AbstractCollectionRowMapper 复制的描述
由子类覆盖此方法,提供一个空的具体集合实现类

指定者:
AbstractCollectionRowMapper 中的 createCollection
返回:


Copyright © 2012. All Rights Reserved.