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. 
org.springframework.jdbc.object The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects. 
 

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
          Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?'
ParsedSql
          Holds information about a parsed SQL statement.
SqlParameterSource
          Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations.
 

Classes in org.springframework.jdbc.core.namedparam used by org.springframework.jdbc.object
ParsedSql
          Holds information about a parsed SQL statement.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.