| Name | Description | Type | Package | Framework |
| CallMetaDataContext | Class to manage context metadata used for the configuration and execution of the call. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| CallMetaDataProvider | Interface specifying the API to be implemented by a class providing call metadata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
| CallMetaDataProviderFactory | Factory used to create a CallMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| CallParameterMetaData | Holder of metadata for a specific parameter that is used for call processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| Db2CallMetaDataProvider | DB2 specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| DerbyCallMetaDataProvider | Derby specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| DerbyTableMetaDataProvider | The Derby specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| GenericCallMetaDataProvider | Generic implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| GenericTableMetaDataProvider | A generic implementation of the TableMetaDataProvider that should provideenough features for all supported databases. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| HanaCallMetaDataProvider | SAP HANA specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| HsqlTableMetaDataProvider | The HSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| OracleCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| OracleTableMetaDataProvider | Oracle-specific implementation of the TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| PostgresCallMetaDataProvider | Oracle specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| PostgresTableMetaDataProvider | The PostgreSQL specific implementation of TableMetaDataProvider. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| SqlServerCallMetaDataProvider | SQL Server specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| SybaseCallMetaDataProvider | Sybase specific implementation for the CallMetaDataProvider interface. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| TableMetaDataContext | Class to manage context metadata used for the configurationand execution of operations on a database table. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| TableMetaDataProvider | Interface specifying the API to be implemented by a class providing table metedata. | Interface | org.springframework.jdbc.core.metadata | Spring MVC |
| TableMetaDataProviderFactory | Factory used to create a TableMetaDataProvider implementationbased on the type of database being used. | Class | org.springframework.jdbc.core.metadata | Spring MVC |
| TableParameterMetaData | Holder of metadata for a specific parameter that is used for table processing. | Class | org.springframework.jdbc.core.metadata | Spring MVC |