Uses of Package
org.springframework.jdbc.core.namedparam
Package
Description
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
JdbcTemplate variant with named parameter support.
Simplification layer for table inserts and stored procedure calls.
The classes in this package represent RDBMS queries, updates, and stored
procedures as threadsafe, reusable objects.
-
ClassDescriptionInterface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for
NamedParameterJdbcTemplate
operations. -
ClassDescriptionAbstract base class for
SqlParameterSource
implementations.A simple empty implementation of theSqlParameterSource
interface.SqlParameterSource
implementation that holds a given Map of parameters.Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' placeholders.Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.Holds information about a parsed SQL statement.Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument forNamedParameterJdbcTemplate
operations. -
ClassDescriptionInterface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for
NamedParameterJdbcTemplate
operations. -