public class ResultRowMapMapper<T extends Map<String,Object>> extends BaseResultRowMapper<T>
| 构造器和说明 |
|---|
ResultRowMapMapper() |
ResultRowMapMapper(Class<T> type) |
ResultRowMapMapper(Supplier<T> mapBuilder) |
protected T doMap(ResultSet rs, String[] columns) throws SQLException
doMap 在类中 BaseResultRowMapper<T extends Map<String,Object>>SQLExceptionCopyright © 2025 fossc. All rights reserved.