The Spring Framework

Uses of Package
org.springframework.jdbc.core.namedparam

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

Classes in org.springframework.jdbc.core.namedparam used by org.springframework.jdbc.core.namedparam
AbstractSqlParameterSource
          Abstract base class for SqlParameterSource implementations.
MapSqlParameterSource
          SqlParameterSource implementation that holds a given Map of parameters.
NamedParameterJdbcOperations
          Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?'
NamedParameterJdbcTemplate
          This class provides basic set of JDBC operations allowing the use of named parameters rather than the traditional '?'
ParsedSql
          Holds information for parsed SQL statements.
SqlParameterSource
          Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.