public class DefaultRowConverter extends BaseRowConverter
columnToPropertyOverrides, PROPERTY_NOT_FOUND| 构造器和说明 |
|---|
DefaultRowConverter() |
DefaultRowConverter(Map<String,String> columnToPropertyOverrides) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int[] |
mapColumnsToProperties(ResultSetMetaData rsmd,
PropertyDescriptor[] props) |
<T> T |
toBean(ResultSet rs,
Class<T> type) |
<T> List<T> |
toBeanList(ResultSet rs,
Class<T> type) |
Map<String,Object> |
toMap(ResultSet rs) |
callSetter, createBean, isCompatibleType, newInstance, toArraypublic <T> T toBean(ResultSet rs, Class<T> type) throws SQLException
SQLExceptionpublic <T> List<T> toBeanList(ResultSet rs, Class<T> type) throws SQLException
SQLExceptionpublic Map<String,Object> toMap(ResultSet rs) throws SQLException
SQLExceptionprotected int[] mapColumnsToProperties(ResultSetMetaData rsmd, PropertyDescriptor[] props) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.