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
          This class provides basic set of JDBC operations allowing the use of named parameters rather than the traditional '?'
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.