The Spring Framework

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

Packages that use BeanPropertyRowMapper
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. 
 

Uses of BeanPropertyRowMapper in org.springframework.jdbc.core
 

Methods in org.springframework.jdbc.core that return BeanPropertyRowMapper
static BeanPropertyRowMapper BeanPropertyRowMapper.newInstance(Class mappedClass)
          Static factory method to create a new ParameterizedBeanPropertyRowMapper.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.