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 f7cef2a commit 5b114b7Copy full SHA for 5b114b7
spring-jdbc/src/main/java/org/springframework/jdbc/core/BeanPropertyRowMapper.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2020 the original author or authors.
+ * Copyright 2002-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -75,6 +75,7 @@
75
* @author Juergen Hoeller
76
* @since 2.5
77
* @param <T> the result type
78
+ * @see DataClassRowMapper
79
*/
80
public class BeanPropertyRowMapper<T> implements RowMapper<T> {
81
0 commit comments