Uses of Class
org.springframework.jdbc.core.BeanPropertyRowMapper
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
-
Uses of BeanPropertyRowMapper in org.springframework.jdbc.core
Modifier and TypeClassDescriptionclass
RowMapper
implementation that converts a row into a new instance of the specified mapped target class.Modifier and TypeMethodDescriptionstatic <T> BeanPropertyRowMapper<T>
BeanPropertyRowMapper.newInstance
(Class<T> mappedClass) Static factory method to create a newBeanPropertyRowMapper
.static <T> BeanPropertyRowMapper<T>
BeanPropertyRowMapper.newInstance
(Class<T> mappedClass, ConversionService conversionService) Static factory method to create a newBeanPropertyRowMapper
.