{{update City city set city.anything = :param where (select country.language from City citySub inner join citySub.country country where citySub = city) = :language}}
is translated as :
{{update CITY set ANYTHING=? where (select country2_.LAN_ID from CITY city1_ inner join COUNTRY country2_ on city1_.CTY_CTR_ID=country2...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)