T
- 实体类型public class EntityResultSetHandler<T extends IEntity> extends AbstractResultSetHandler<T>
AbstractResultSetHandler.ColumnMeta
ARRAY, MAP
Constructor and Description |
---|
EntityResultSetHandler() |
EntityResultSetHandler(Class<T> entityClass) |
Modifier and Type | Method and Description |
---|---|
protected T |
processResultRow(ResultSet resultSet)
处理当前行结果集数据
|
getColumnCount, getColumnMeta, handle, processResult, processValueRenderer
protected T processResultRow(ResultSet resultSet) throws Exception
AbstractResultSetHandler
processResultRow
in class AbstractResultSetHandler<T extends IEntity>
resultSet
- 数据结果集对象,切勿对其进行游标移动等操作,仅约定用于提取当前行字段数据Exception
- 可能产生的异常Copyright © 2022. All rights reserved.