| Package | Description |
|---|---|
| org.springframework.jdbc.core.metadata |
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
|
| Class and Description |
|---|
| CallMetaDataContext
Class to manage context meta-data used for the configuration
and execution of a stored procedure call.
|
| CallMetaDataProvider
Interface specifying the API to be implemented by a class providing call meta-data.
|
| CallParameterMetaData
Holder of meta-data for a specific parameter that is used for call processing.
|
| GenericCallMetaDataProvider
A generic implementation of the
CallMetaDataProvider interface. |
| GenericTableMetaDataProvider
A generic implementation of the
TableMetaDataProvider interface
which should provide enough features for all supported databases. |
| TableMetaDataContext
Class to manage context meta-data used for the configuration
and execution of operations on a database table.
|
| TableMetaDataProvider
Interface specifying the API to be implemented by a class providing table meta-data.
|
| TableParameterMetaData
Holder of meta-data for a specific parameter that is used for table processing.
|