@ -219,7 +225,18 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -219,7 +225,18 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
logger.debug("Mapping column '"+column+"' to property '"+
pd.getName()+"' of type "+pd.getPropertyType());
}
bw.setPropertyValue(pd.getName(),value);
try{
bw.setPropertyValue(pd.getName(),value);
}
catch(TypeMismatchExceptione){
logger.warn("Intercepted TypeMismatchException for row "+rowNumber+
" and column '"+column+"' with value "+value+
" when setting property '"+pd.getName()+"' of type "+pd.getPropertyType()+