Skip to content

Commit

Permalink
Fix description of default behavior in BeanPropertyRowMapper
Browse files Browse the repository at this point in the history
Closes gh-29285
  • Loading branch information
snicoll committed Oct 2, 2023
1 parent 23162bb commit e12eb94
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,11 @@ protected void initBeanWrapper(BeanWrapper bw) {

/**
* Retrieve a JDBC object value for the specified column.
* <p>The default implementation delegates to
* {@link #getColumnValue(ResultSet, int, Class)}.
* <p>The default implementation calls
* {@link JdbcUtils#getResultSetValue(java.sql.ResultSet, int, Class)}
* using the type of the specified {@link PropertyDescriptor}
* Subclasses may override this to check specific value types upfront,
* or to post-process values return from {@code getResultSetValue}.
* @param rs is the ResultSet holding the data
* @param index is the column index
* @param pd the bean property that each result object is expected to match
Expand Down

0 comments on commit e12eb94

Please sign in to comment.