| 类 | 说明 |
|---|---|
| AbstractRowMapper<T> | |
| BeanPropertyRowMapper<T> |
用于 POJO 的 RowMapper
|
| 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. |
| SingleColumnRowMapper<T> |
RowMapper接口实现。Copyright © 2020. All rights reserved.