Package | Description |
---|---|
org.springframework.integration.jdbc.store |
Provides JDBC-backed Message Store implementations.
|
org.springframework.integration.jdbc.store.channel |
Provides support classes for the JdbcChannelMessageStore.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcChannelMessageStore.setChannelMessageStoreQueryProvider(ChannelMessageStoreQueryProvider channelMessageStoreQueryProvider)
Sets the database specific
ChannelMessageStoreQueryProvider to use. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelMessageStoreQueryProvider |
class |
DerbyChannelMessageStoreQueryProvider |
class |
HsqlChannelMessageStoreQueryProvider |
class |
MySqlChannelMessageStoreQueryProvider |
class |
OracleChannelMessageStoreQueryProvider
Contains Oracle-specific queries for the
JdbcChannelMessageStore . |
class |
PostgresChannelMessageStoreQueryProvider |
Copyright © 2016. All rights reserved.