Uses of Interface
org.springframework.jdbc.core.ParameterDisposer
Packages that use ParameterDisposer
Package
Description
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 ParameterDisposerModifier and TypeClassDescriptionclassSimple adapter forPreparedStatementSetterthat applies a given array of arguments.classSimple adapter forPreparedStatementSetterthat applies given arrays of arguments and JDBC argument types.