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