public class QueryResultSetKit extends Object
只支持基本数据类型的封装,名称映射只支持原名称或者驼峰命名
QueryResultSetKit()
static <T> List<T>
putResultSet(ResultSet resultSet, List<T> result, Class<T> resultClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueryResultSetKit()
public static <T> List<T> putResultSet(ResultSet resultSet, List<T> result, Class<T> resultClass) throws Exception
resultSet
result
resultClass
Exception
Copyright © 2019. All rights reserved.