This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 54a4c663fb3 Regen
54a4c663fb3 is described below
commit 54a4c663fb32999aa261bfc5e3721310ed68a7fa
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 16 07:05:50 2023 +0200
Regen
---
.../resources/org/apache/camel/springboot/catalog/components/jpa.json | 1 +
1 file changed, 1 insertion(+)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
index 83012bdcdab..c8f43399b18 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
@@ -64,6 +64,7 @@
"findEntity": { "kind": "parameter", "displayName": "Find Entity",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "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." },
"firstResult": { "kind": "parameter", "displayName": "First Result",
"group": "producer", "label": "producer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "description": "Set the position of the first result to
retrieve." },
"flushOnSend": { "kind": "parameter", "displayName": "Flush On Send",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": true, "description": "Flushes the EntityManager after
the entity bean has been persisted." },
+ "outputTarget": { "kind": "parameter", "displayName": "Output Target",
"group": "producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "To put the query (or find) result in a header
or property instead of the body. If the value starts with the prefix property:,
put the result into the so named property, otherwise into the header." },
"remove": { "kind": "parameter", "displayName": "Remove", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Indicates to use
entityManager.remove(entity)." },
"singleResult": { "kind": "parameter", "displayName": "Single Result",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If enabled, a query or a find
which would return no results or more than one result, will throw an exception
instead." },
"useExecuteUpdate": { "kind": "parameter", "displayName": "Use Execute
Update", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired":
false, "secret": false, "description": "To configure whether to use
executeUpdate() when producer executes a query. When you use INSERT, UPDATE or
DELETE statement as a named query, you need to specify this option to 'true'."
},