The Spring Framework

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

Packages that use org.springframework.jdbc.core.namedparam
org.springframework.jdbc.core.metadata Context metadata abstraction for the configuration and execution of a stored procedure call. 
org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support. 
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
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.metadata
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.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.core.simple
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 '?'
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.