Package org.springframework.jdbc.core.metadata
@NonNullApi
@NonNullFields
package org.springframework.jdbc.core.metadata
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
-
ClassDescriptionClass to manage context meta-data used for the configuration and execution of a stored procedure call.Interface specifying the API to be implemented by a class providing call meta-data.Factory used to create a
CallMetaDataProvider
implementation based on the type of database being used.Holder of meta-data for a specific parameter that is used for call processing.DB2 specific implementation for theCallMetaDataProvider
interface.Derby specific implementation for theCallMetaDataProvider
interface.The Derby specific implementation ofTableMetaDataProvider
.A generic implementation of theCallMetaDataProvider
interface.A generic implementation of theTableMetaDataProvider
interface which should provide enough features for all supported databases.SAP HANA specific implementation for theCallMetaDataProvider
interface.The HSQL specific implementation ofTableMetaDataProvider
.Oracle-specific implementation for theCallMetaDataProvider
interface.Oracle-specific implementation of theTableMetaDataProvider
.Postgres-specific implementation for theCallMetaDataProvider
interface.The PostgreSQL specific implementation ofTableMetaDataProvider
.SQL Server specific implementation for theCallMetaDataProvider
interface.Sybase specific implementation for theCallMetaDataProvider
interface.Class to manage context meta-data used for the configuration and execution of operations on a database table.Interface specifying the API to be implemented by a class providing table meta-data.Factory used to create aTableMetaDataProvider
implementation based on the type of database being used.Holder of meta-data for a specific parameter that is used for table processing.