Uses of Package
org.springframework.jdbc.core.metadata

Packages that use org.springframework.jdbc.core.metadata
org.springframework.jdbc.core.metadata Context metadata abstraction for the configuration and execution of a stored procedure call. 
 

Classes in org.springframework.jdbc.core.metadata used by org.springframework.jdbc.core.metadata
CallMetaDataContext
          Class to manage context metadata used for the configuration and execution of the call.
CallMetaDataProvider
          Interface specifying the API to be implemented by a class providing call metadata.
CallParameterMetaData
          Holder of metadata for a specific parameter that is used for call processing.
GenericCallMetaDataProvider
          Generic implementation for the CallMetaDataProvider interface.
GenericTableMetaDataProvider
          A generic implementation of the TableMetaDataProvider that should provide enough features for all supported databases.
TableMetaDataContext
          Class to manage context metadata 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 metedata.
TableParameterMetaData
          Holder of metadata for a specific parameter that is used for table processing.
 



Copyright © 2002-2008 The Spring Framework.