You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by GitBox <gi...@apache.org> on 2019/03/15 10:44:26 UTC

[GitHub] [griffin] jhsb25 commented on a change in pull request #486: GRIFFIN-237 Implement service method get JobInstanceBean by id

jhsb25 commented on a change in pull request #486: GRIFFIN-237 Implement service method get JobInstanceBean by id
URL: https://github.com/apache/griffin/pull/486#discussion_r265930025
 
 

 ##########
 File path: service/src/main/java/org/apache/griffin/core/job/repo/JobInstanceRepo.java
 ##########
 @@ -34,6 +34,9 @@ Licensed to the Apache Software Foundation (ASF) under one
 
     JobInstanceBean findByPredicateName(String name);
 
+    @Query("select s from JobInstanceBean s where s.id = ?1")
 
 Review comment:
   yes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services