Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 644daa7

Browse files
authored
用語統一
1 parent 7d374dd commit 644daa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ KRowMapper
1515
手動で書く場合引数が多ければ多いほど記述がかさみますが、`KRowMapper`を用いることで殆どコードを書かずにマッピングを行えます。
1616
また、外部の設定ファイルは一切必要ありません。
1717

18-
ただし、引数の命名規則とDBのカラムの命名規則が異なる場合は命名変換関数を渡す必要が有る点にご注意ください([後述](#パラメータ名の変換))。
18+
ただし、引数の命名規則とDBのカラムの命名規則が異なる場合は命名変換関数を渡す必要が有る点にご注意ください([後述](#引数名の変換))。
1919

2020
```kotlin
2121
// マップ対象クラス
@@ -155,7 +155,7 @@ data class Dst(...) {
155155
val mapper: KRowMapper<Dst> = KRowMapper(Dst::class)
156156
```
157157

158-
### パラメータ名の変換
158+
### 引数名の変換
159159
`KRowMapper`は、デフォルトでは引数名に対応するカラムをそのまま探すという挙動になります。
160160

161161
```kotlin

0 commit comments

Comments
 (0)