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 @@ -406,8 +406,11 @@ protected void initBeanWrapper(BeanWrapper bw) {
406
406
407
407
/**
408
408
* Retrieve a JDBC object value for the specified column.
409
- * <p>The default implementation delegates to
410
- * {@link #getColumnValue(ResultSet, int, Class)}.
409
+ * <p>The default implementation calls
410
+ * {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}
411
+ * using the type of the specified {@link PropertyDescriptor}
412
+ * Subclasses may override this to check specific value types upfront,
413
+ * or to post-process values return from {@code getResultSetValue}.
411
414
* @param rs is the ResultSet holding the data
412
415
* @param index is the column index
413
416
* @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