custom query support for JPA producer Re: Camel JPA Name Query with Parameters

2017-03-14 Thread Tomohisa Igarashi
json(JsonLibrary.Jackson); In the entity class, the named Query is defined as - @NamedQueries({ @NamedQuery(name = "deleteFileProfile", query = "DELETE from FileProfileEntity fpe WHERE fpe.fileProfilePk = :delete_entity") }) Thanks Sumit -- View this message in context: http://camel.4

Re: Camel JPA Name Query with Parameters

2017-03-10 Thread Tomohisa Igarashi
quot;DELETE from FileProfileEntity fpe WHERE fpe.fileProfilePk = :delete_entity") }) Thanks Sumit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JPA-Name-Query-with-Parameters-tp5795279.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel JPA Name Query with Parameters

2017-03-10 Thread urwithsumit
E from FileProfileEntity fpe WHERE fpe.fileProfilePk = :delete_entity") }) Thanks Sumit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JPA-Name-Query-with-Parameters-tp5795279.html Sent from the Camel - Users mailing list archive at Nabble.com.