Skip to content

3.2

Compare
Choose a tag to compare
@shimingxy shimingxy released this 08 Aug 06:02
· 119 commits to master since this release

1、新增注解
@ Temporal
@ PartitionKey
@ ColumnDefault
@ ColumnLogic

2、@ GeneratedValue默认生成雪花id

3、增加逻辑删除的功能

4、新增单表分页查询fetch方法,支持条件Query和实体两种参数

5、queryPageResults改为fetchPageResults

6、增加多租户分布注解@PartitionKey

7、分页查询优化

8、代码调整和优化