Skip to content

Commit b019efe

Browse files
committed
Updated 'since' version
1 parent f1785ff commit b019efe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
596596
argNameBasedConstructorAutoMapping
597597
</td>
598598
<td>
599-
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)
599+
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.10)
600600
</td>
601601
<td>
602602
true | false

src/site/ja/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
620620
argNameBasedConstructorAutoMapping
621621
</td>
622622
<td>
623-
引数を受け取るコンストラクタに対して自動マッピングを適用する際、引数名に一致する列をマップ対象にします。<code>false</code> の場合は列の順序依存となります。 (導入されたバージョン: 3.5.7
623+
引数を受け取るコンストラクタに対して自動マッピングを適用する際、引数名に一致する列をマップ対象にします。<code>false</code> の場合は列の順序依存となります。 (導入されたバージョン: 3.5.10
624624
</td>
625625
<td>
626626
true | false

src/site/ko/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
603603
argNameBasedConstructorAutoMapping
604604
</td>
605605
<td>
606-
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)
606+
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.10)
607607
</td>
608608
<td>
609609
true | false

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ SqlSessionFactory factory =
683683
argNameBasedConstructorAutoMapping
684684
</td>
685685
<td>
686-
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)
686+
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.10)
687687
</td>
688688
<td>
689689
true | false

src/site/zh/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
614614
argNameBasedConstructorAutoMapping
615615
</td>
616616
<td>
617-
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)
617+
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.10)
618618
</td>
619619
<td>
620620
true | false

0 commit comments

Comments
 (0)