mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
v1.2.0 release (^.^)YYa!!
This commit is contained in:
parent
e3d1d6b99e
commit
33dc9cc594
@ -432,7 +432,7 @@ SELECT * FROM "tb_account" ORDER BY "id" DESC ROWS 20 TO 30
|
||||
|
||||

|
||||
|
||||
> 更多关于 APT 的配置,请进入 [APT 配置章节](./apt) 了解。
|
||||
> 更多关于 APT 的配置,请进入 [APT 配置章节](../others/apt.md) 了解。
|
||||
|
||||
## 特别注意事项!!!
|
||||
在 QueryWrapper 的条件构建中,如果传入 null 值,则自动忽略该条件,这有许多的好处,不需要额外的通过 `when()` 方法判断。但是也带来一些额外的知识记忆点,
|
||||
|
||||
@ -124,7 +124,7 @@ public class HelloWorld {
|
||||
}
|
||||
```
|
||||
|
||||
> 以上的示例中, `ACCOUNT` 为 Mybatis-Flex 通过 APT 自动生成,无需手动编码。更多查看 [APT 文档](./apt)。
|
||||
> 以上的示例中, `ACCOUNT` 为 Mybatis-Flex 通过 APT 自动生成,无需手动编码。更多查看 [APT 文档](../others/apt.md)。
|
||||
|
||||
|
||||
## 更多示例
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user