This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fc0660  Regen
3fc0660 is described below

commit 3fc0660088977fa228fea771f99b25acc2647a04
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Aug 6 08:48:08 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/jpa-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/jpa-component.adoc 
b/docs/components/modules/ROOT/pages/jpa-component.adoc
index 3b7d3f5..4613901 100644
--- a/docs/components/modules/ROOT/pages/jpa-component.adoc
+++ b/docs/components/modules/ROOT/pages/jpa-component.adoc
@@ -163,7 +163,7 @@ with the following path and query parameters:
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
 | *parameters* (consumer) | This key/value mapping is used for building the 
query parameters. It is expected to be of the generic type java.util.Map where 
the keys are the named parameters of a given JPA query and the values are their 
corresponding effective values you want to select for. When it's used for 
producer, Simple expression can be used as a parameter value. It allows you to 
retrieve parameter values from the message body, header and etc. |  | Map
 | *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPoll Strategy
-| *findEntity* (producer) | If enabled then the producer will find a single 
entity by using the message body as key and resultClass as the class type. This 
can be used instead of using query to find a single entity. | false | boolean
+| *findEntity* (producer) | If enabled then the producer will find a single 
entity by using the message body as key and entityType as the class type. This 
can be used instead of a query to find a single entity. | false | boolean
 | *flushOnSend* (producer) | Flushes the EntityManager after the entity bean 
has been persisted. | true | boolean
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *remove* (producer) | Indicates to use entityManager.remove(entity). | false 
| boolean

Reply via email to