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

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

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

Subclasses of SingleColumnRowMapper in org.springframework.jdbc.core.simple
 class ParameterizedSingleColumnRowMapper<T>
          ParameterizedRowMapper implementation that converts a single column into a single result value per row.
 



Copyright © 2002-2008 The Spring Framework.