Override toString() in out-of-the-box implementations of SqlParameterSource [SPR-9753] #14387
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
João Loureiro opened SPR-9753 and commented
MapSqlParameterSource and BeanPropertySqlParameterSource should override toString() appropriately, that is, the returned string should represent the object in terms of the parameter values it contains (at least; optionally, the types as well). The returned string can use a Map-like representation.
Affects: 3.2 M1
Reference URL: http://static.springsource.org/spring/docs/current/javadoc-api/org/springframework/jdbc/core/namedparam/SqlParameterSource.html
Referenced from: pull request #2080
The text was updated successfully, but these errors were encountered: