We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bd1911 + 0698dcf commit ea6fe1fCopy full SHA for ea6fe1f
src/site/zh/xdoc/dynamic-sql.xml
@@ -161,7 +161,7 @@ AND title like ‘someTitle’]]></source>
161
<p>到此我们已经完成了涉及 XML 配置文件和 XML 映射文件的讨论。下一章将详细探讨 Java API,这样就能提高已创建的映射文件的利用效率。</p>
162
</subsection>
163
<subsection name="script">
164
- <p>For using dynamic SQL in annotated mapper class, <em>script</em> element can be used. For example:</p>
+ <p>要在带注解的映射器接口类中使用动态 SQL,可以使用 <em>script</em> 元素。比如:</p>
165
<source><![CDATA[
166
@Update({"<script>",
167
"update Author",
0 commit comments