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:
[email protected]


With regards,
Apache Git Services

Reply via email to