Skip to content

Commit b5efe33

Browse files
committed
Japanese doc update (trivial).
1 parent 89e2082 commit b5efe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/ja/xdoc/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ SqlSessionFactory factory = sqlSessionFactoryBuilder.build(reader, environment,
346346
callSettersOnNulls
347347
</td>
348348
<td>
349-
受け取った値が null の場合にセッターあるいは Map の put メソッドを呼び出すかどうかを指定します。
350-
true を指定した場合、null がセットされる可能性があるプロパティをプリミティブ型として定義することはできません
349+
取得した値が null の場合にセッターあるいは Map の put メソッドを呼び出すかどうかを指定します。
350+
この設定は Map.keySet() や null 値による初期化を利用している場合に有用です。プリミティブ型(int, boolean, 等)に null がセットされることはありません
351351
</td>
352352
<td>
353353
true | false

0 commit comments

Comments
 (0)