| Package | Description |
|---|---|
| org.springframework.jdbc.core.simple |
Simplification layer for table inserts and stored procedure calls.
|
| Class and Description |
|---|
| AbstractJdbcCall
Abstract class to provide base functionality for easy stored procedure calls
based on configuration options and database meta-data.
|
| AbstractJdbcInsert
Abstract class to provide base functionality for easy inserts
based on configuration options and database meta-data.
|
| SimpleJdbcCall
A SimpleJdbcCall is a multi-threaded, reusable object representing a call
to a stored procedure or a stored function.
|
| SimpleJdbcCallOperations
Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall. |
| SimpleJdbcInsert
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert
capabilities for a table.
|
| SimpleJdbcInsertOperations
Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert. |