The Spring Framework

Uses of Interface
org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations

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

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

Classes in org.springframework.jdbc.core.namedparam that implement NamedParameterJdbcOperations
 class NamedParameterJdbcTemplate
          Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?'
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.