public class ResultRowSingleMapper<T> extends BaseResultRowMapper<T>
| 构造器和说明 |
|---|
ResultRowSingleMapper(Class<T> type) |
ResultRowSingleMapper(Type type) |
public ResultRowSingleMapper(Type type)
public T map(ResultSet rs, String[] columns) throws SQLException
ResultRowMappermap 在接口中 ResultRowMapper<T>map 在类中 BaseResultRowMapper<T>SQLExceptionCopyright © 2024 fossc. All rights reserved.