|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBeanPropertyRowMapper | |
|---|---|
| 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. |
| Uses of AbstractBeanPropertyRowMapper in org.springframework.jdbc.core |
|---|
| Subclasses of AbstractBeanPropertyRowMapper in org.springframework.jdbc.core | |
|---|---|
class |
BeanPropertyRowMapper
Generic RowMapper implementation that converts a row into a new instance of the specified mapped target class. |
| Uses of AbstractBeanPropertyRowMapper in org.springframework.jdbc.core.simple |
|---|
| Subclasses of AbstractBeanPropertyRowMapper in org.springframework.jdbc.core.simple | |
|---|---|
class |
ParameterizedBeanPropertyRowMapper<T>
Generic ParameterizedRowMapper implementation that converts a row into a new instance of the specified mapped target class. |
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||