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 042c106 commit bebc102Copy full SHA for bebc102
src/site/ja/xdoc/sqlmap-xml.xml
@@ -1779,8 +1779,7 @@ SELECT * FROM POST WHERE BLOG_ID = #{id}]]></source>
1779
1780
1781
<p>
1782
- Regardless of the auto-mapping level configured you can enable or disable the automapping for an specific statement
1783
- by adding the attribute <code>autoMapping</code> to it:
+ 尚、グローバルな自動マッピング設定とは別に、<code>autoMapping</code> 属性を指定することで特定のステートメントでの自動マッピング動作を有効/無効化することもできます。
1784
</p>
1785
1786
<source><![CDATA[<select id="selectUsers" resultType="User" autoMapping="false">
0 commit comments