| 程序包 | 说明 |
|---|---|
| net.hasor.db.jdbc.mapper |
提供了一些有用的
RowMapper接口实现。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeanPropertyRowMapper<T>
用于 POJO 的 RowMapper
|
class |
ColumnMapRowMapper
RowMapper implementation that creates a java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key. |
class |
SingleColumnRowMapper<T> |
Copyright © 2020. All rights reserved.