Apache Camel JPA: update a column based on a column in another table

女生的网名这么多〃 提交于 2019-12-11 05:32:38

问题


I have two entities Entity1 and Entity2. This what I need to do as part of my route.

I need to read Entity1 and get a column value, take that column value and update that to a column in Entity2.

How can I do this using Camel Jpa?

来源:https://stackoverflow.com/questions/15280885/apache-camel-jpa-update-a-column-based-on-a-column-in-another-table

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!