Aman-Mittal commented on code in PR #5398:
URL: https://github.com/apache/fineract/pull/5398#discussion_r2747304548
##########
fineract-loan-origination/src/main/java/org/apache/fineract/portfolio/loanorigination/domain/LoanOriginatorMappingRepository.java:
##########
@@ -39,4 +39,8 @@ public interface LoanOriginatorMappingRepository
boolean existsByLoanIdAndOriginatorId(Long loanId, Long originatorId);
void deleteByLoanIdAndOriginatorId(Long loanId, Long originatorId);
+
+ @org.springframework.data.jpa.repository.Query("SELECT m FROM
LoanOriginatorMapping m " + "JOIN FETCH m.originator o "
Review Comment:
Pure query can be formatted into textblock
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]