public abstract class AbstractKeyedHandler<K,V> extends Object implements ResultSetHandler<Map<K,V>>
public Map<K,V> handle(ResultSet rs) throws SQLException
handle 在接口中 ResultSetHandler<Map<K,V>>SQLExceptionprotected abstract K createKey(ResultSet rs) throws SQLException
SQLExceptionprotected abstract V createRow(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.