public abstract class AbstractListHandler<T> extends Object implements ResultSetHandler<List<T>>
public List<T> handle(ResultSet rs) throws SQLException
handle 在接口中 ResultSetHandler<List<T>>SQLExceptionprotected abstract T handleRow(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.