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