Package | Description |
---|---|
org.springframework.jdbc.core.metadata |
Context metadata abstraction for the configuration and execution of a stored procedure call.
|
Class and Description |
---|
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 © 2015. All rights reserved.