Uses of Class
org.springframework.integration.jdbc.store.channel.ChannelMessageStorePreparedStatementSetter
Packages that use ChannelMessageStorePreparedStatementSetter
Package
Description
Provides JDBC-backed Message Store implementations.
Provides support classes for the JdbcChannelMessageStore.
-
Uses of ChannelMessageStorePreparedStatementSetter in org.springframework.integration.jdbc.store
Methods in org.springframework.integration.jdbc.store with parameters of type ChannelMessageStorePreparedStatementSetterModifier and TypeMethodDescriptionvoidJdbcChannelMessageStore.setPreparedStatementSetter(ChannelMessageStorePreparedStatementSetter preparedStatementSetter) Set aChannelMessageStorePreparedStatementSetterto insert a message into the database. -
Uses of ChannelMessageStorePreparedStatementSetter in org.springframework.integration.jdbc.store.channel
Subclasses of ChannelMessageStorePreparedStatementSetter in org.springframework.integration.jdbc.store.channelModifier and TypeClassDescriptionclassAChannelMessageStorePreparedStatementSetterimplementation that uses JSON serialization forMessageobjects instead of Java serialization.