T - public class StreamResultSetMapper<T> extends Object implements ResultSetMapper<T>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
fetchSize |
| 构造器和说明 |
|---|
StreamResultSetMapper() |
public List<T> mapping(ExecuteContext ctx, Class target, ResultSet resultSet, Annotation config) throws SQLException
ResultSetMappermapping 在接口中 ResultSetMapper<T>config - 实现了ProviderConfig注解的注解,如果没有,则为空SQLExceptionCopyright © 2021. All rights reserved.