| 构造器和说明 |
|---|
BeanPropertyRowMapper(Class<T> mappedClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
getColumnValue(ResultSet rs,
int index,
PropertyDescriptor pd) |
Class<T> |
getMappedClass() |
protected void |
initialize(Class<T> mappedClass) |
T |
mapRow(ResultSet rs,
int rowNumber) |
public T mapRow(ResultSet rs, int rowNumber) throws SQLException
mapRow 在接口中 RowMapper<T>SQLExceptionpublic Class<T> getMappedClass()
getMappedClass 在接口中 RowMapper<T>protected Object getColumnValue(ResultSet rs, int index, PropertyDescriptor pd) throws SQLException
SQLExceptionCopyright © 2014. All rights reserved.