The Spring Framework

Uses of Class
org.springframework.jdbc.core.BeanPropertyRowMapper

Packages that use BeanPropertyRowMapper
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
 

Uses of BeanPropertyRowMapper in org.springframework.jdbc.core.simple
 

Subclasses of BeanPropertyRowMapper in org.springframework.jdbc.core.simple
 class ParameterizedBeanPropertyRowMapper<T>
          ParameterizedRowMapper implementation that converts a row into a new instance of the specified mapped target class.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.