This is an extension of this question Update Statement with JOIN in SQL but I am trying to use Spring Data JPQL.
I am trying to use Update along with JOIN in JPQL as
The JPQL syntax seems to indicate that a JOIN is actually not possible in an UPDATE statement.