| Field and Description |
|---|
| org.springframework.integration.jdbc.store.JdbcMessageStore.CREATED_DATE_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.jdbc.store.JdbcChannelMessageStore.CREATED_DATE_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.jdbc.store.JdbcMessageStore.SAVED_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.jdbc.store.JdbcChannelMessageStore.SAVED_KEY
since 5.0. This constant isn't used any more.
|
| Method and Description |
|---|
| org.springframework.integration.jdbc.JdbcPollingChannelAdapter.setMaxRowsPerPoll(int)
since 5.1 in favor of
JdbcPollingChannelAdapter.setMaxRows(int) |
| org.springframework.integration.jdbc.JdbcOutboundGateway.setMaxRowsPerPoll(Integer)
since 5.1 in favor of
JdbcOutboundGateway.setMaxRows(Integer) |