public interface

ParameterizedRowMapper

implements RowMapper<T>
org.springframework.jdbc.core.simple.ParameterizedRowMapper<T>
Known Indirect Subclasses

Class Overview

Extension of the RowMapper interface, adding type parameterization. As of Spring 3.0, this is equivalent to using the RowMapper interface directly.

Summary

[Expand]
Inherited Methods
From interface org.springframework.jdbc.core.RowMapper