File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/core Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -393,8 +393,11 @@ protected void initBeanWrapper(BeanWrapper bw) {
393
393
394
394
/**
395
395
* Retrieve a JDBC object value for the specified column.
396
- * <p>The default implementation delegates to
397
- * {@link #getColumnValue(ResultSet, int, Class)}.
396
+ * <p>The default implementation calls
397
+ * {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}
398
+ * using the type of the specified {@link PropertyDescriptor}
399
+ * Subclasses may override this to check specific value types upfront,
400
+ * or to post-process values return from {@code getResultSetValue}.
398
401
* @param rs is the ResultSet holding the data
399
402
* @param index is the column index
400
403
* @param pd the bean property that each result object is expected to match
You can’t perform that action at this time.
0 commit comments