GitHub user bhupeshchawda opened a pull request:
https://github.com/apache/incubator-apex-malhar/pull/291
APEXMALHAR-1953 Updated Jdbc Output Operator
Renaming JdbcPOJOOutputOperator to AbstractJdbcPOJOOutputOperator
Added JdbcPOJOInsertOutputOperator for insert queries. Added support for
automatic mapping of fields from POJO to DB columns. Added unit tests.
Added JdbcPOJONonInsertOutputOperator for update / delete / merge queries.
Refactored accordingly. Added unit tests.
Added error port and error tuple handling to
AbstractJdbcTransactionableOutputOperator
Added Autometrics, addressed review comments
Reopening new PR with correct branch name. Last PR:
https://github.com/apache/incubator-apex-malhar/pull/215
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bhupeshchawda/incubator-apex-malhar
APEXMALHAR-1953-jdbc-output-4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-malhar/pull/291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #291
----
commit d43629d5e7d389b953ebb36c764e9d27ee4ab2a9
Author: bhupesh <[email protected]>
Date: 2016-03-14T13:15:07Z
APEXMALHAR-1953: Renaming JdbcPOJOOutputOperator to
AbstractJdbcPOJOOutputOperator
commit e8d1cb06332557756d8510e86d643296cb6e8df3
Author: bhupesh <[email protected]>
Date: 2016-03-15T13:28:30Z
APEXMALHAR-1953: Added JdbcPOJOInsertOutputOperator for insert queries.
Added support for automatic mapping of fields from POJO to DB columns. Added
unit tests.
commit 5f4d2bc8a8cc71a412db32f03d079204d7512f8b
Author: bhupesh <[email protected]>
Date: 2016-03-17T12:54:08Z
APEXMALHAR-1953: Added JdbcPOJONonInsertOutputOperator for update / delete
/ merge queries. Refactored accordingly. Added unit tests.
commit e91acf757a132b75dc7c6300d84f550940d5d61c
Author: bhupesh <[email protected]>
Date: 2016-03-28T12:54:56Z
APEXMALHAR-1953: Added error port and error tuple handling to
AbstractJdbcTransactionableOutputOperator
Added Autometrics, addressed review comments
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---