Skip to content

Commit 5b114b7

Browse files
committed
Cross reference DataClassRowMapper from BeanPropertyRowMapper
1 parent f7cef2a commit 5b114b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -75,6 +75,7 @@
7575
* @author Juergen Hoeller
7676
* @since 2.5
7777
* @param <T> the result type
78+
* @see DataClassRowMapper
7879
*/
7980
public class BeanPropertyRowMapper<T> implements RowMapper<T> {
8081

0 commit comments

Comments
 (0)