public interface ParameterizedRowMapper<T> extends RowMapper<T>
RowMapper interface,
adding type parameterization. As of Spring 3.0, this is equivalent to
using the RowMapper interface directly.SimpleJdbcOperationsCopyright © 2015. All rights reserved.