You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/14 08:52:19 UTC

[2/2] camel git commit: CAMEL-10265: Regen docs

CAMEL-10265: Regen docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/45e15221
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/45e15221
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/45e15221

Branch: refs/heads/master
Commit: 45e1522117a01575e5713dd9f7f7c75d2ec3ed1a
Parents: f976e47
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Mar 14 09:51:47 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Mar 14 09:51:47 2017 +0100

----------------------------------------------------------------------
 components/camel-jpa/src/main/docs/jpa-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/45e15221/components/camel-jpa/src/main/docs/jpa-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc b/components/camel-jpa/src/main/docs/jpa-component.adoc
index ae32505..1f1dbb9 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -137,7 +137,7 @@ with the following path and query parameters:
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | joinTransaction | common | true | boolean | The camel-jpa component will join transaction by default. You can use this option to turn this off for example if you use LOCAL_RESOURCE and join transaction doesn't work with your JPA provider. This option can also be set globally on the JpaComponent instead of having to set it on all endpoints.
-| maximumResults | common | 1 | int | Set the maximum number of results to retrieve on the Query.
+| maximumResults | common | -1 | int | Set the maximum number of results to retrieve on the Query.
 | namedQuery | common |  | String | To use a named query.
 | nativeQuery | common |  | String | To use a custom native query. You may want to use the option resultClass also when using native queries.
 | parameters | common |  | Map | 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.