public class BeanListHandler<T> extends AbstractListHandler<T>
public BeanListHandler(Class<T> type, RowConverter convert)
public List<T> handle(ResultSet rs) throws SQLException
handle 在接口中 ResultSetHandler<List<T>>handle 在类中 AbstractListHandler<T>SQLExceptionprotected T handleRow(ResultSet rs) throws SQLException
handleRow 在类中 AbstractListHandler<T>SQLExceptionCopyright © 2020. All rights reserved.