The Spring Framework

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

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

Copyright © 2002-2007 The Spring Framework.