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 daeefc6 + a0fcd69 commit f8db056Copy full SHA for f8db056
src/site/ja/xdoc/dynamic-sql.xml
@@ -165,7 +165,7 @@ AND title like ‘someTitle’]]></source>
165
<p>XML 設定ファイルと XML Mapper ファイルについての説明はここまでになります。次の章では、Java API について詳しく見ていきます。</p>
166
</subsection>
167
<subsection name="script">
168
- <p>For using dynamic SQL in annotated mapper class, <em>script</em> element can be used. For example:</p>
+ <p><em>script</em> 要素を使用することで、アノテーション付きのマッパークラスで動的SQLを使用できます。例:</p>
169
<source><![CDATA[
170
@Update({"<script>",
171
"update Author",
0 commit comments