mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
update docs
This commit is contained in:
parent
f23f9e6f02
commit
1d04ee1aa9
@ -310,6 +310,9 @@ QueryWrapper queryWrapper = QueryWrapper.create()
|
||||
// SELECT * FROM "tb_account" ORDER BY "id" DESC ROWS 20 TO 30
|
||||
```
|
||||
|
||||
> 在以上的 "limit... offset" 示例中,Mybatis-Flex 能够自动识别当前数据库,并生成不同的 SQL,用户也可以很轻易的通过
|
||||
> `DialectFactory` 注册(新增或改写)自己的实现方言。
|
||||
|
||||
### Questions?
|
||||
|
||||
**1、how to generate "ACCOUNT" class for QueryWrapper by Account.java ?**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user