Java org.springframework.integration.jdbc JdbcMessageHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.jdbc JdbcMessageHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.jdbc JdbcMessageHandler.

The text is from its open source code.

Constructor

JdbcMessageHandler(DataSource dataSource, String updateSql)
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcMessageHandler(JdbcOperations jdbcOperations, String updateSql)
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.

Method