Uses of Enum Class
org.springframework.integration.jdbc.store.JdbcChannelMessageStore.Query
Packages that use JdbcChannelMessageStore.Query
Package
Description
Provides JDBC-backed Message Store implementations.
-
Uses of JdbcChannelMessageStore.Query in org.springframework.integration.jdbc.store
Methods in org.springframework.integration.jdbc.store that return JdbcChannelMessageStore.QueryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JdbcChannelMessageStore.Query[]JdbcChannelMessageStore.Query.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.jdbc.store with parameters of type JdbcChannelMessageStore.QueryModifier and TypeMethodDescriptionprotected StringJdbcChannelMessageStore.getQuery(JdbcChannelMessageStore.Query queryName, Supplier<String> queryProvider) Replace patterns in the input to produce a valid SQL query.