Skip to content

Commit dad8c13

Browse files
committed
Added documentation for argNameBasedConstructorAutoMapping
1 parent 395d36e commit dad8c13

File tree

5 files changed

+75
-5
lines changed

5 files changed

+75
-5
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2020 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -577,6 +577,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
577577
Not set
578578
</td>
579579
</tr>
580+
<tr>
581+
<td>
582+
argNameBasedConstructorAutoMapping
583+
</td>
584+
<td>
585+
When applying constructor auto-mapping, argument name is used to search the column to map instead of relying on the column order. (Since 3.5.7)
586+
</td>
587+
<td>
588+
true | false
589+
</td>
590+
<td>
591+
false
592+
</td>
593+
</tr>
580594
</tbody>
581595
</table>
582596
<p>

src/site/ja/xdoc/configuration.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2020 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -601,6 +601,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
601601
未指定
602602
</td>
603603
</tr>
604+
<tr>
605+
<td>
606+
argNameBasedConstructorAutoMapping
607+
</td>
608+
<td>
609+
引数を受け取るコンストラクタに対して自動マッピングを適用する際、引数名に一致する列をマップ対象にします。<code>false</code> の場合は列の順序依存となります。 (導入されたバージョン: 3.5.7)
610+
</td>
611+
<td>
612+
true | false
613+
</td>
614+
<td>
615+
false
616+
</td>
617+
</tr>
604618
</tbody>
605619
</table>
606620
<p>

src/site/ko/xdoc/configuration.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2020 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -584,6 +584,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
584584
설정하지 않음
585585
</td>
586586
</tr>
587+
<tr>
588+
<td>
589+
argNameBasedConstructorAutoMapping
590+
</td>
591+
<td>
592+
When applying constructor auto-mapping, argument name is used to search the column to map instead of relying on the column order. (Since 3.5.7)
593+
</td>
594+
<td>
595+
true | false
596+
</td>
597+
<td>
598+
false
599+
</td>
600+
</tr>
587601
</tbody>
588602
</table>
589603
<p>위 설정을 모두 사용한 setting 엘리먼트의 예제이다:</p>

src/site/xdoc/configuration.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2020 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -664,6 +664,20 @@ SqlSessionFactory factory =
664664
Not set
665665
</td>
666666
</tr>
667+
<tr>
668+
<td>
669+
argNameBasedConstructorAutoMapping
670+
</td>
671+
<td>
672+
When applying constructor auto-mapping, argument name is used to search the column to map instead of relying on the column order. (Since 3.5.7)
673+
</td>
674+
<td>
675+
true | false
676+
</td>
677+
<td>
678+
false
679+
</td>
680+
</tr>
667681
</tbody>
668682
</table>
669683
<p>

src/site/zh/xdoc/configuration.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2020 the original author or authors.
4+
Copyright 2009-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -595,6 +595,20 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
595595
Not set
596596
</td>
597597
</tr>
598+
<tr>
599+
<td>
600+
argNameBasedConstructorAutoMapping
601+
</td>
602+
<td>
603+
When applying constructor auto-mapping, argument name is used to search the column to map instead of relying on the column order. (Since 3.5.7)
604+
</td>
605+
<td>
606+
true | false
607+
</td>
608+
<td>
609+
false
610+
</td>
611+
</tr>
598612
</tbody>
599613
</table>
600614
<p>

0 commit comments

Comments
 (0)