public class SingleRecordRowMapperResultSetExtractor<T> extends Object implements ResultSetExtractor<T>
SingleRecordRowMapperResultSetExtractor(RowMapper<T> rowMapper)
T
extract(ResultSet rs)
void
setRowMapper(RowMapper<T> rowMapper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleRecordRowMapperResultSetExtractor(RowMapper<T> rowMapper)
public void setRowMapper(RowMapper<T> rowMapper)
public T extract(ResultSet rs) throws SQLException
extract
ResultSetExtractor<T>
SQLException
Copyright © 2020. All rights reserved.