T - 实体类型public class EntityResultSetHandler<T extends IEntity> extends AbstractResultSetHandler<T>
AbstractResultSetHandler.ColumnMetaARRAY, MAP| 构造器和说明 |
|---|
EntityResultSetHandler() |
EntityResultSetHandler(Class<T> entityClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected T |
__doProcessResultRow(ResultSet resultSet) |
__doGetColumnCount, _doGetColumnMeta, handleprotected T __doProcessResultRow(ResultSet resultSet) throws Exception
__doProcessResultRow 在类中 AbstractResultSetHandler<T extends IEntity>resultSet - 数据结果集对象,切勿对其进行游标移动等操作,仅约定用于提取当前行字段数据Exception - 可能产生的异常Copyright © 2021. All rights reserved.