Uses of Interface
org.springframework.integration.jdbc.store.channel.ChannelMessageStoreQueryProvider
Packages that use ChannelMessageStoreQueryProvider
Package
Description
Provides JDBC-backed Message Store implementations.
Provides support classes for the JdbcChannelMessageStore.
-
Uses of ChannelMessageStoreQueryProvider in org.springframework.integration.jdbc.store
Methods in org.springframework.integration.jdbc.store with parameters of type ChannelMessageStoreQueryProviderModifier and TypeMethodDescriptionvoid
JdbcChannelMessageStore.setChannelMessageStoreQueryProvider
(ChannelMessageStoreQueryProvider channelMessageStoreQueryProvider) Set the database specificChannelMessageStoreQueryProvider
to use. -
Uses of ChannelMessageStoreQueryProvider in org.springframework.integration.jdbc.store.channel
Classes in org.springframework.integration.jdbc.store.channel that implement ChannelMessageStoreQueryProviderModifier and TypeClassDescriptionclass
class
class
class
class
Contains Oracle-specific queries for theJdbcChannelMessageStore
.class
class
Channel message store query provider for Microsoft SQL Server / Azure SQL database.