@ -242,6 +242,9 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -242,6 +242,9 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
/**
*Initializethemappingmeta-dataforthegivenclass.
*@parammappedClassthemappedclass
*@see#setMappedClass
*@seeBeanUtils#getPropertyDescriptors
*@see#mappedNames(PropertyDescriptor)
*/
protectedvoidinitialize(Class<T>mappedClass){
this.mappedClass=mappedClass;
@ -280,17 +283,14 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -280,17 +283,14 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {