Class RowMapperHelper.BeanPropertyRowMapperConverter
-
- All Implemented Interfaces:
-
org.springframework.jdbc.core.RowMapper
public class RowMapperHelper.BeanPropertyRowMapperConverter<T> extends BeanPropertyRowMapper<T>
-
-
Field Summary
Fields Modifier and Type Field Description public Class<T>mappedClasspublic ConversionServiceconversionService
-
Constructor Summary
Constructors Constructor Description RowMapperHelper.BeanPropertyRowMapperConverter(Class<T> mappedClass, Collection<WingsConverter<out Object, out Object>> convertors)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.springframework.jdbc.core.BeanPropertyRowMapper
getConversionService, getMappedClass, isCheckFullyPopulated, isPrimitivesDefaultedForNullValue, mapRow, newInstance, setCheckFullyPopulated, setConversionService, setMappedClass, setPrimitivesDefaultedForNullValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RowMapperHelper.BeanPropertyRowMapperConverter
RowMapperHelper.BeanPropertyRowMapperConverter(Class<T> mappedClass, Collection<WingsConverter<out Object, out Object>> convertors)
-
-
-
-