Camel-Jpa Component docs

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

Branch: refs/heads/master
Commit: d5d4472f246a2b7dc9c3cc4395fb52815eb6dcf6
Parents: 8e37d25
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Jun 11 22:20:58 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Jun 11 22:20:58 2015 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d5d4472f/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java
 
b/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java
index 405d1ad..655845e 100644
--- 
a/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java
+++ 
b/components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaEndpoint.java
@@ -296,6 +296,9 @@ public class JpaEndpoint extends ScheduledPollEndpoint {
         return remove;
     }
 
+    /**
+     * Indicates to use entityManager.remove(entity).
+     */
     public void setRemove(boolean isRemove) {
         this.remove = isRemove;
     }

Reply via email to