The Spring Framework

Uses of Class
org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource

Packages that use AbstractSqlParameterSource
org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support. 
 

Uses of AbstractSqlParameterSource in org.springframework.jdbc.core.namedparam
 

Subclasses of AbstractSqlParameterSource in org.springframework.jdbc.core.namedparam
 class BeanPropertySqlParameterSource
          SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
 class MapSqlParameterSource
          SqlParameterSource implementation that holds a given Map of parameters.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.