Class DerbyChannelMessageStoreQueryProvider
java.lang.Object
org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider
org.springframework.integration.jdbc.store.channel.DerbyChannelMessageStoreQueryProvider
- All Implemented Interfaces:
ChannelMessageStoreQueryProvider
public class DerbyChannelMessageStoreQueryProvider extends AbstractChannelMessageStoreQueryProvider
- Since:
- 2.2 https://blogs.oracle.com/kah/entry/derby_10_5_preview_fetch
-
Constructor Summary
Constructors Constructor Description DerbyChannelMessageStoreQueryProvider() -
Method Summary
Modifier and Type Method Description java.lang.StringgetPollFromGroupExcludeIdsQuery()Get the query used to retrieve the oldest message for a channel excluding messages that match the provided message ids.java.lang.StringgetPollFromGroupQuery()Get the query used to retrieve the oldest message for a channel.java.lang.StringgetPriorityPollFromGroupExcludeIdsQuery()Get the query used to retrieve the oldest message by priority for a channel excluding messages that match the provided message ids.java.lang.StringgetPriorityPollFromGroupQuery()Get the query used to retrieve the oldest message by priority for a channel.Methods inherited from class org.springframework.integration.jdbc.store.channel.AbstractChannelMessageStoreQueryProvider
getCountAllMessagesInGroupQuery, getCreateMessageQuery, getDeleteMessageGroupQuery, getDeleteMessageQuery, getMessageCountForRegionQuery, getMessageQuery
-
Constructor Details
-
DerbyChannelMessageStoreQueryProvider
public DerbyChannelMessageStoreQueryProvider()
-
-
Method Details
-
getPollFromGroupExcludeIdsQuery
public java.lang.String getPollFromGroupExcludeIdsQuery()Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message for a channel excluding messages that match the provided message ids.- Returns:
- Sql Query
-
getPollFromGroupQuery
public java.lang.String getPollFromGroupQuery()Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message for a channel.- Returns:
- Sql Query
-
getPriorityPollFromGroupExcludeIdsQuery
public java.lang.String getPriorityPollFromGroupExcludeIdsQuery()Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message by priority for a channel excluding messages that match the provided message ids.- Returns:
- Sql Query
-
getPriorityPollFromGroupQuery
public java.lang.String getPriorityPollFromGroupQuery()Description copied from interface:ChannelMessageStoreQueryProviderGet the query used to retrieve the oldest message by priority for a channel.- Returns:
- Sql Query
-