Uses of Interface
org.springframework.jdbc.core.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
Modifier and TypeClassDescriptionclass
Simple adapter forPreparedStatementSetter
that applies a given array of arguments.class
Simple adapter forPreparedStatementSetter
that applies given arrays of arguments and JDBC argument types.