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 metadata.
|
AbstractJdbcInsert |
Abstract class to provide base functionality for easy inserts
based on configuration options and database metadata.
|
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
are classes that takes advantage
of database metadata 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 metadata.