net.paoding.rose.jade.rowmapper
类 MapEntryRowMapper
java.lang.Object
net.paoding.rose.jade.rowmapper.MapEntryRowMapper
- 所有已实现的接口:
- org.springframework.jdbc.core.RowMapper
public class MapEntryRowMapper
- extends Object
- implements org.springframework.jdbc.core.RowMapper
在将SQL结果集的一行映射为某种对象后,再提取出一个列作为key,形成key-value映射对。
- 作者:
- 王志亮 [qieqie.wang@gmail.com], 廖涵 [in355hz@gmail.com]
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapEntryRowMapper
public MapEntryRowMapper(StatementMetaData modifier,
org.springframework.jdbc.core.RowMapper mapper)
mapRow
public Object mapRow(ResultSet rs,
int rowNum)
throws SQLException
- 指定者:
- 接口
org.springframework.jdbc.core.RowMapper 中的 mapRow
- 抛出:
SQLException
Copyright © 2012. All Rights Reserved.