See: Description
Interface | Description |
---|---|
SimpleJdbcCallOperations |
Interface specifying the API for a Simple JDBC Call implemented by
SimpleJdbcCall . |
SimpleJdbcInsertOperations |
Interface specifying the API for a Simple JDBC Insert implemented by
SimpleJdbcInsert . |
Class | 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.
|
SimpleJdbcInsert |
A SimpleJdbcInsert is a multi-threaded, reusable object providing easy insert
capabilities for a table.
|
SimpleJdbcInsert
and SimpleJdbcCall
take advantage of database
meta-data provided by the JDBC driver to simplify the application code. Much of the
parameter specification becomes unnecessary since it can be looked up in the meta-data.