Skip to content

Commit 6352f74

Browse files
committed
Update README
1 parent 7224449 commit 6352f74

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Conditions on frameworks which I choose for consideration:
8484
* Although there are methods which make CRUD operations and Querying super simple, there are still means how to execute plain SQL and even a way how to get the basic JDBC Transaction object, which you can use for core JDBC stuff. That is really good.
8585
* Cons
8686
* DTO query do not support XML mapping
87+
* Necessity of "enhancement" of the entities - this was quite surprising to me - but actually it's basically only about right environment setup (IDE plugin and Gradle plugin) and then you don't have to think about it
8788

8889
## Quick Start ##
8990

README_zh.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
* ORM查询、sql查询、DTO查询都非常简单
9898
* 缺点
9999
* DTO查询功能较新,有待增加XML mapping对DTO的支持
100+
* 必须“增强”实体,但实际上它基本上只是关于环境的设置(IDE插件和Gradle插件),然后你就不用去想它了。
100101

101102
## 快速开始 ##
102103

0 commit comments

Comments
 (0)