Uses of Package
org.springframework.jdbc.core.metadata
Packages that use org.springframework.jdbc.core.metadata
Package
Description
Context metadata abstraction for the configuration and execution
of table inserts and stored procedure calls.
-
Classes in org.springframework.jdbc.core.metadata used by org.springframework.jdbc.core.metadataClassDescriptionClass 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.Holder of meta-data for a specific parameter that is used for call processing.A generic implementation of the
CallMetaDataProviderinterface.A generic implementation of theTableMetaDataProviderinterface which should provide enough features for all supported databases.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.Holder of meta-data for a specific parameter that is used for table processing.