Are you asking to do something like this:

from("jpa1://Entity1")
 bean:beanName[?method=someMethod]
  .to("jpa1://Entity2")  

If possible can you tell me the actual flow...

I have Entity1 and Entity2, I need to access Entity1, get a value of a
column from Entity1 based on a criteria then take that value and update a
column in Entity2.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Update-database-using-Java-DSL-JPA-tp5728463p5728776.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to