Clearly document that DataClassRowMapper
supports Java records
#29814
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
The current Javadoc for
DataClassRowMapper
is a bit vague and does not spell out that it actually supports Java records.We should improve the documentation to make that clear.
In addition, we should improve the documentation for
BeanPropertyRowMapper
by explaining whenDataClassRowMapper
would be a better choice (i.e., for records or Kotlin data classes) -- the current@see DataClassRowMapper
is not really sufficient for that.The text was updated successfully, but these errors were encountered: