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.
1 parent 4940f76 commit 2483c1cCopy full SHA for 2483c1c
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>要在带注释的映射器接口类中使用动态SQL,可以使用<em>script</em>元素。比如:</p>
+ <p>要在带注解的映射器接口类中使用动态SQL,可以使用<em>script</em>元素。比如:</p>
165
<source><![CDATA[
166
@Update({"<script>",
167
"update Author",
0 commit comments