Skip to content

Commit c45e4fc

Browse files
committed
Added documentation for 'useActualParamName' (#549). Localization required except ja.
1 parent d99b923 commit c45e4fc

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
433433
Not set
434434
</td>
435435
</tr>
436+
<tr>
437+
<td>
438+
useActualParamName
439+
</td>
440+
<td>
441+
Allow referencing statement parameters by their actual names declared in the method signature.
442+
To use this feature, your project must be compiled in Java 8 with <code>-parameters</code> option. (Since: 3.4.1)
443+
</td>
444+
<td>
445+
true | false
446+
</td>
447+
<td>
448+
false
449+
</td>
450+
</tr>
436451
</tbody>
437452
</table>
438453
<p>

src/site/ja/xdoc/configuration.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
463463
未指定
464464
</td>
465465
</tr>
466+
<tr>
467+
<td>
468+
useActualParamName
469+
</td>
470+
<td>
471+
ステートメントの引数を参照する際、メソッドシグネチャで宣言されている名前で参照できるようにします。
472+
このオプションを有効にする場合、プロジェクトを Java 8 (コンパイラオプション <code>-parameters</code> 付き)でコンパイルする必要があります。 (導入されたバージョン: 3.4.1)
473+
</td>
474+
<td>
475+
true | false
476+
</td>
477+
<td>
478+
false
479+
</td>
480+
</tr>
466481
</tbody>
467482
</table>
468483
<p>

src/site/ko/xdoc/configuration.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
440440
Fully qualified class names of custom VFS implementation separated by commas.
441441
</td>
442442
</tr>
443+
<tr>
444+
<td>
445+
useActualParamName
446+
</td>
447+
<td>
448+
Allow referencing statement parameters by their actual names declared in the method signature.
449+
To use this feature, your project must be compiled in Java 8 with <code>-parameters</code> option. (Since: 3.4.1)
450+
</td>
451+
<td>
452+
true | false
453+
</td>
454+
<td>
455+
false
456+
</td>
457+
</tr>
443458
</tbody>
444459
</table>
445460
<p>위 설정을 모두 사용한 setting 엘리먼트의 예제이다:</p>

src/site/xdoc/configuration.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
524524
Not set
525525
</td>
526526
</tr>
527+
<tr>
528+
<td>
529+
useActualParamName
530+
</td>
531+
<td>
532+
Allow referencing statement parameters by their actual names declared in the method signature.
533+
To use this feature, your project must be compiled in Java 8 with <code>-parameters</code> option. (Since: 3.4.1)
534+
</td>
535+
<td>
536+
true | false
537+
</td>
538+
<td>
539+
false
540+
</td>
541+
</tr>
527542
</tbody>
528543
</table>
529544
<p>

src/site/zh/xdoc/configuration.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,21 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
444444
Not set
445445
</td>
446446
</tr>
447+
<tr>
448+
<td>
449+
useActualParamName
450+
</td>
451+
<td>
452+
Allow referencing statement parameters by their actual names declared in the method signature.
453+
To use this feature, your project must be compiled in Java 8 with <code>-parameters</code> option. (Since: 3.4.1)
454+
</td>
455+
<td>
456+
true | false
457+
</td>
458+
<td>
459+
false
460+
</td>
461+
</tr>
447462
</tbody>
448463
</table>
449464
<p>

0 commit comments

Comments
 (0)