• <bdo id='Em9Ot'></bdo><ul id='Em9Ot'></ul>
    <legend id='Em9Ot'><style id='Em9Ot'><dir id='Em9Ot'><q id='Em9Ot'></q></dir></style></legend><tfoot id='Em9Ot'></tfoot>
    1. <small id='Em9Ot'></small><noframes id='Em9Ot'>

      <i id='Em9Ot'><tr id='Em9Ot'><dt id='Em9Ot'><q id='Em9Ot'><span id='Em9Ot'><b id='Em9Ot'><form id='Em9Ot'><ins id='Em9Ot'></ins><ul id='Em9Ot'></ul><sub id='Em9Ot'></sub></form><legend id='Em9Ot'></legend><bdo id='Em9Ot'><pre id='Em9Ot'><center id='Em9Ot'></center></pre></bdo></b><th id='Em9Ot'></th></span></q></dt></tr></i><div id='Em9Ot'><tfoot id='Em9Ot'></tfoot><dl id='Em9Ot'><fieldset id='Em9Ot'></fieldset></dl></div>

      1. 如何在 JPQL(Spring JPA 查询)中使用 JOIN 执行 UPDATE 语句?

        How can I do an UPDATE statement with JOIN in JPQL (Spring JPA Queries)?(如何在 JPQL(Spring JPA 查询)中使用 JOIN 执行 UPDATE 语句?)
        • <tfoot id='1qZTx'></tfoot>
            <tbody id='1qZTx'></tbody>
        • <small id='1qZTx'></small><noframes id='1qZTx'>

          <i id='1qZTx'><tr id='1qZTx'><dt id='1qZTx'><q id='1qZTx'><span id='1qZTx'><b id='1qZTx'><form id='1qZTx'><ins id='1qZTx'></ins><ul id='1qZTx'></ul><sub id='1qZTx'></sub></form><legend id='1qZTx'></legend><bdo id='1qZTx'><pre id='1qZTx'><center id='1qZTx'></center></pre></bdo></b><th id='1qZTx'></th></span></q></dt></tr></i><div id='1qZTx'><tfoot id='1qZTx'></tfoot><dl id='1qZTx'><fieldset id='1qZTx'></fieldset></dl></div>

                <bdo id='1qZTx'></bdo><ul id='1qZTx'></ul>
              • <legend id='1qZTx'><style id='1qZTx'><dir id='1qZTx'><q id='1qZTx'></q></dir></style></legend>

                  本文介绍了如何在 JPQL(Spring JPA 查询)中使用 JOIN 执行 UPDATE 语句?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  这是此问题的扩展 在 SQL 中使用 JOIN 更新语句 但我正在尝试使用 Spring Data JPQL.

                  This is an extension of this question Update Statement with JOIN in SQL but I am trying to use Spring Data JPQL.

                  我正在尝试在 JPQL 中使用 Update 和 JOIN,如下所示

                  I am trying to use Update along with JOIN in JPQL as follows

                  @Modifying
                  @Query("UPDATE TotalValue tv JOIN LineItems li WHERE li.totalValue.totalValueId=:totalValuedId SET tv.totalAmount =sum(li.itemTotalValue) ")
                  void calculateTotalAmount(@Param("totalValuedId") Long totalValuedId);
                  

                  但是,我收到如下错误

                  org.hibernate.hql.internal.ast.QuerySyntaxException:期待set",发现JOIN"

                  org.hibernate.hql.internal.ast.QuerySyntaxException: expecting "set", found 'JOIN'

                  在 JPQL 中不能进行 UPDATE 和 JOIN 吗?有什么选择.谢谢

                  Is UPDATE and JOIN not possible in JPQL ? What is the alternative. Thanks

                  推荐答案

                  JPQL 语法 似乎表明 JOIN 在 UPDATE 语句中实际上是不可能的.

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

                  这篇关于如何在 JPQL(Spring JPA 查询)中使用 JOIN 执行 UPDATE 语句?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)

                      1. <small id='yJnG9'></small><noframes id='yJnG9'>

                        <legend id='yJnG9'><style id='yJnG9'><dir id='yJnG9'><q id='yJnG9'></q></dir></style></legend>
                          <tbody id='yJnG9'></tbody>
                      2. <tfoot id='yJnG9'></tfoot>
                          <bdo id='yJnG9'></bdo><ul id='yJnG9'></ul>
                          <i id='yJnG9'><tr id='yJnG9'><dt id='yJnG9'><q id='yJnG9'><span id='yJnG9'><b id='yJnG9'><form id='yJnG9'><ins id='yJnG9'></ins><ul id='yJnG9'></ul><sub id='yJnG9'></sub></form><legend id='yJnG9'></legend><bdo id='yJnG9'><pre id='yJnG9'><center id='yJnG9'></center></pre></bdo></b><th id='yJnG9'></th></span></q></dt></tr></i><div id='yJnG9'><tfoot id='yJnG9'></tfoot><dl id='yJnG9'><fieldset id='yJnG9'></fieldset></dl></div>