@ -60,12 +60,13 @@ final class GenericTypeAwarePropertyDescriptor extends PropertyDescriptor {
@@ -60,12 +60,13 @@ final class GenericTypeAwarePropertyDescriptor extends PropertyDescriptor {
@ -157,6 +158,7 @@ final class GenericTypeAwarePropertyDescriptor extends PropertyDescriptor {
@@ -157,6 +158,7 @@ final class GenericTypeAwarePropertyDescriptor extends PropertyDescriptor {
@ -113,8 +114,6 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -113,8 +114,6 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@ -221,8 +220,8 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -221,8 +220,8 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@ -246,6 +245,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -246,6 +245,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@ -336,8 +336,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -336,8 +336,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
thrownewInvalidDataAccessApiUsageException("Given ResultSet does not contain all fields "+
"necessary to populate object of class ["+this.mappedClass.getName()+"]: "+
this.mappedProperties);
"necessary to populate object of "+this.mappedClass+": "+this.mappedProperties);
}
returnmappedObject;
@ -379,8 +378,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@@ -379,8 +378,7 @@ public class BeanPropertyRowMapper<T> implements RowMapper<T> {
@ -61,8 +62,6 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@@ -61,8 +62,6 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@ -215,8 +214,7 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@@ -215,8 +214,7 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@ -226,8 +224,7 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@@ -226,8 +224,7 @@ public class SingleColumnRowMapper<T> implements RowMapper<T> {
@ -43,7 +43,7 @@ public class BeanPropertyRowMapperTests extends AbstractRowMapperTests {
@@ -43,7 +43,7 @@ public class BeanPropertyRowMapperTests extends AbstractRowMapperTests {