How can I do an UPDATE statement with JOIN in JPQL (Spring JPA Queries)?

前端 未结 1 1728
失恋的感觉
失恋的感觉 2021-01-15 05:24

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

1条回答
  •  不要未来只要你来
    2021-01-15 05:43

    The JPQL syntax seems to indicate that a JOIN is actually not possible in an UPDATE statement.

    0 讨论(0)
提交回复
热议问题