站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.jdbc.core.namedparam.AbstractSqlParameterSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.