The enclosed patch allows users to override mapColumnsToProperties() by
extending BasicRowProcessor.
This provides a workaround for the existing assumption in DbUtils that all
JavaBean properties have the exact same name as their associated database columns.
[DbUtils] Adding extension point to BasicRowProcessor