T - the target bean typepublic class HaloBeanHandler<T> extends Object implements org.apache.commons.dbutils.ResultSetHandler<T>
ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean. This class is thread safe.ResultSetHandlerpublic T handle(ResultSet rs) throws SQLException
ResultSet into a bean with the
Class given in the constructor.handle 在接口中 org.apache.commons.dbutils.ResultSetHandler<T>rs - ResultSet to process.null if there were no
rows in the ResultSet.SQLException - if a database access error occursResultSetHandler.handle(java.sql.ResultSet)Copyright © 2015. All rights reserved.