I have the following JPQL request;
@Query(value = \"select req_t \" + \"from TransactionRelation tr \" + \"inner join tr.requestTransaction r
You have no whitespace between lines
"and req_t.receiver.id=?2 and req_t.requestType in ?3" + "and NOT EXISTS
also check that the ?3 param is not empty list