Spring Integration

Package org.springframework.integration.jdbc.store.channel

Provides support classes for the JdbcChannelMessageStore.

See:
          Description

Interface Summary
ChannelMessageStoreQueryProvider Common interface used in order to configure the JdbcChannelMessageStore to provide database-specific queries.
 

Class Summary
AbstractChannelMessageStoreQueryProvider  
DerbyChannelMessageStoreQueryProvider  
HsqlChannelMessageStoreQueryProvider  
MessageRowMapper Convenience class to be used to unpack a Message from a result set row.
MySqlChannelMessageStoreQueryProvider  
OracleChannelMessageStoreQueryProvider Contains Oracle-specific queries for the JdbcChannelMessageStore.
PostgresChannelMessageStoreQueryProvider  
 

Package org.springframework.integration.jdbc.store.channel Description

Provides support classes for the JdbcChannelMessageStore.


Spring Integration