| 程序包 | 说明 |
|---|---|
| net.hasor.db.jdbc.mapper |
提供了一些有用的
RowMapper接口实现。 |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> BeanPropertyRowMapper<T> |
BeanPropertyRowMapper.newInstance(Class<T> mappedClass)
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
|