Package | Description |
---|---|
org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
org.springframework.jdbc.core.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
Modifier and Type | Method and Description |
---|---|
static <T> BeanPropertyRowMapper<T> |
BeanPropertyRowMapper.newInstance(Class<T> mappedClass)
Static factory method to create a new BeanPropertyRowMapper
(with the mapped class specified only once).
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedBeanPropertyRowMapper<T>
ParameterizedRowMapper implementation that converts a row into a new instance
of the specified mapped target class. |
Copyright © 2015. All rights reserved.