We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439ea90 commit b2d6791Copy full SHA for b2d6791
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/ParameterizedRowMapper.java
@@ -28,7 +28,7 @@
28
* @since 2.0
29
* @see org.springframework.jdbc.core.simple.SimpleJdbcOperations
30
* @deprecated along with {@link SimpleJdbcTemplate}, in favor of the regular
31
- * {@link org.springframework.jdbc.core.SingleColumnRowMapper}
+ * {@link RowMapper}
32
*/
33
@Deprecated
34
public interface ParameterizedRowMapper<T> extends RowMapper<T> {
0 commit comments