GitHub user bhupeshchawda opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/215

    APEXMALHAR-1953 Updated Jdbc Output Operator

    1. Renaming JdbcPOJOOutputOperator to AbstractJdbcPOJOOutputOperator.
    2. Added JdbcPOJOInsertOutputOperator for insert queries. Added support for 
automatic mapping of fields from POJO to DB columns. 
    3. Added JdbcPOJONonInsertOutputOperator for update / delete / merge 
queries. Refactored accordingly. 
    Added unit tests.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bhupeshchawda/incubator-apex-malhar 
MLHR-1953-jdbc-output-3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-malhar/pull/215.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 #215
    
----
commit ee84bd5957c56c7629747fd805c6e5ed114e5cda
Author: bhupesh <[email protected]>
Date:   2016-03-14T13:15:07Z

    APEXMALHAR-1953: Renaming JdbcPOJOOutputOperator to 
AbstractJdbcPOJOOutputOperator

commit 76fa87fc7afa445921811f9a0685312e8a43efd7
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 143ad5b829d883eb0c57dcdca5b35aadd3f85df8
Author: bhupesh <[email protected]>
Date:   2016-03-17T12:54:08Z

    APEXMALHAR-1953: Added JdbcPOJONonInsertOutputOperator for update / delete 
/ merge queries. Refactored accordingly. Added unit tests.

----


---
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.
---

Reply via email to