| 类 | 说明 |
|---|---|
| AbstractRowMapper<T> | |
| 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. |
| MappingResultSetExtractor<T> |
用于 POJO 的 RowMapper,带有 ORM 能力
|
| MappingRowMapper<T> |
用于 POJO 的 RowMapper,带有 ORM 能力
|
| SingleColumnRowMapper<T> |
RowMapper接口实现。Copyright © 2021. All rights reserved.