T - the target bean typepublic class HaloBeanListHandler<T> extends Object implements org.apache.commons.dbutils.ResultSetHandler<List<T>>
ResultSetHandler implementation that converts a
ResultSet into a List of beans. This class is
thread safe.ResultSetHandlerpublic List<T> handle(ResultSet rs) throws SQLException
ResultSet into a List of beans with
the Class given in the constructor.handle 在接口中 org.apache.commons.dbutils.ResultSetHandler<List<T>>rs - The ResultSet to handle.null.SQLException - if a database access error occursRowProcessor.toBeanList(ResultSet, Class)Copyright © 2015. All rights reserved.