public class ListResultSetExtractor<T> extends Object implements ResultSetExtractor<List<T>>
public List<T> extractData(ResultSet rs) throws SQLException
extractData 在接口中 ResultSetExtractor<List<T>>SQLExceptionCopyright © 2014. All rights reserved.