The Spring Framework

Uses of Interface
org.springframework.jdbc.core.ParameterDisposer

Packages that use ParameterDisposer
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. 
 

Uses of ParameterDisposer in org.springframework.jdbc.core
 

Classes in org.springframework.jdbc.core that implement ParameterDisposer
(package private)  class ArgPreparedStatementSetter
          Simple adapter for PreparedStatementSetter that applies a given array of arguments.
(package private)  class ArgTypePreparedStatementSetter
          Simple adapter for PreparedStatementSetter that applies given arrays of arguments and JDBC argument types.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.