Class JdbcMetadataStore

java.lang.Object
org.springframework.integration.jdbc.metadata.JdbcMetadataStore
All Implemented Interfaces:
InitializingBean, ConcurrentMetadataStore, MetadataStore

public class JdbcMetadataStore
extends Object
implements ConcurrentMetadataStore, InitializingBean
Implementation of ConcurrentMetadataStore using a relational database via JDBC. SQL scripts to create the necessary tables are packaged as org/springframework/integration/jdbc/schema-*.sql, where * is the target database type.

The transaction management is required to use this ConcurrentMetadataStore.

Since:
5.0
Author:
Bojan Vukasovic, Artem Bilan, Gary Russell