[ 
https://issues.apache.org/jira/browse/CAMEL-8855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino resolved CAMEL-8855.
-------------------------------------
    Resolution: Fixed

Related commits:

http://git-wip-us.apache.org/repos/asf/camel/commit/cdbb91c6
http://git-wip-us.apache.org/repos/asf/camel/commit/8e37d25d

> camel-jpa - Add support for JPA producer to delete records
> ----------------------------------------------------------
>
>                 Key: CAMEL-8855
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8855
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-jpa
>    Affects Versions: 2.15.2
>            Reporter: Tadayoshi Sato
>            Assignee: Andrea Cosentino
>
> Currently, camel-jpa producer
> {code:java}
> to("jpa:MyEntity?...")
> {code}
> can only invoke {{EntityManager.persist()}} or {{EntityManager.merge()}}, but 
> sometimes users want to send JPA entities to camel-jpa producer to delete 
> them from the database, i.e. invoke {{EntityManager.remove()}}.
> Maybe, introducing {{remove}} option to JPA producer is sufficient like this:
> {code:java}
> to("jpa:MyEntity?remove=true")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to