public class BeanListResultSetHandler<T> extends Object implements ResultSetHandler<List<T>>
BeanListResultSetHandler(Class<T> type)
List<T>
handle(ResultSet rs)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanListResultSetHandler(Class<T> type)
public List<T> handle(ResultSet rs) throws SQLException
handle
ResultSetHandler<List<T>>
SQLException
Copyright © 2019. All rights reserved.