mariiaKraievska commented on PR #3854:
URL: https://github.com/apache/fineract/pull/3854#issuecomment-2171899821

   @adamsaghy Related to the problem of having in the same transaction queries 
that use `jdbcTemplate` and new, rewritten queries that use `QueryDSL'. I 
propose to go the way of rewriting within transactions or as now within modules 
(as in this PR `account domain`), but duplicating methods related to other 
modules, written with `jdbcTemplate`, rewriting them with `QueryDSL`. Or the 
third option, which I am inclined to and have already started working on, is to 
take another module, more independent from other modules, and present PR on its 
example. What do you think?


-- 
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]

Reply via email to