initialize(mappedClass);this.checkFullyPopulated = checkFullyPopulated;//是否严格验证,所有bean属性已经从对应的数据库字段映射。} 在BeanPropertyRowMapper提供的2中构造函数中,区别只在于是否严格映射bean和sql结果(默认是false,不严格映射)。 /*** Initialize the mapping metadata for the given class. *@paramm...