Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/ja/xdoc/dynamic-sql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ AND title like ‘someTitle’]]></source>
<p>XML 設定ファイルと XML Mapper ファイルについての説明はここまでになります。次の章では、Java API について詳しく見ていきます。</p>
</subsection>
<subsection name="script">
<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>
<source><![CDATA[
@Update({"<script>",
"update Author",
Expand Down