This repository was archived by the owner on Jan 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ KRowMapper
8
8
` KRowMapper ` は` Kotlin ` 向けの` RowMapper ` であり、以下の機能を提供します。
9
9
10
10
- ` BeanPropertyRowMapper ` と同等の、最小限の労力でのオブジェク関係トマッピング(` ORM ` )
11
+ - [ ` BeanPropertyRowMapper ` より高速] ( https://github.com/ProjectMapK/MapKInspections#krowmapper ) なマッピング
11
12
- リフレクションを用いた関数呼び出しベースの柔軟で安全なマッピング
12
- - 豊富な機能による、より柔軟かつ労力の少ないマッピング
13
13
14
14
## デモコード
15
15
手動でマッピングコードを書いた場合と` KRowMapper ` を用いた場合を比較します。
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ KRowMapper
14
14
` KRowMapper ` is a ` RowMapper ` for ` Kotlin ` , which provides the following features.
15
15
16
16
- Object relationship mapping with minimal effort, equivalent to ` BeanPropertyRowMapper ` .
17
+ - [ Faster mapping than ` BeanPropertyRowMapper ` ] ( https://github.com/ProjectMapK/MapKInspections#krowmapper ) .
17
18
- Flexible and safe mapping based on function calls with ` reflection ` .
18
- - Richer features and thus more flexible and labor-saving mapping.
19
19
20
20
## Demo code
21
21
Here is a comparison between writing the mapping code manually and using ` KRowMapper ` .
You can’t perform that action at this time.
0 commit comments