JavaScript is disabled on your browser.
Skip navigation links
Spring Integration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.integration.jdbc.metadata
package
org.springframework.integration.jdbc.metadata
Contains JDBC implementation of MetadataStore
Related Packages
Package
Description
org.springframework.integration.jdbc
Root package of the Spring Integration JDBC module, which contains various JDBC and Stored Procedure/Function supporting components.
org.springframework.integration.jdbc.channel
Provides a message channel-specific JDBC API.
org.springframework.integration.jdbc.config
Contains parser classes for the JDBC namespace support.
org.springframework.integration.jdbc.lock
org.springframework.integration.jdbc.store
Provides JDBC-backed Message Store implementations.
org.springframework.integration.jdbc.storedproc
Provides Stored Procedure/Function supporting classes.
Classes
Class
Description
JdbcMetadataStore
Implementation of
ConcurrentMetadataStore
using a relational database via JDBC.