Is there easy way to convert SQL string like:
SELECT u.name, u.role
FROM users
WHERE user_id = ?
to any of SQL builders like JOOQ, QueryDsl just to get ability to modify query — add joins, additional "where" clauses, LIMIT-OFFSET?
Another option, I've used JSQLParser in the past for a project like this. It wasn't very difficult to use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With