您的浏览器已禁用 JavaScript。
跳过导航链接
程序包
类
树
已过时
索引
帮助
概要:
字段
必需
可选
详细资料:
字段
元素
概要:
字段 |
必需 |
可选
详细资料:
字段 |
元素
SEARCH
程序包
com.baomidou.mybatisplus.annotation
批注接口 OrderBy
@Documented
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
ANNOTATION_TYPE
})
public @interface
OrderBy
自动排序,用法与SpringDtaJpa的OrderBy类似 在执行MybatisPlus的方法selectList(),Page()等非手写查询时自动带上.
作者:
Dervish
可选元素概要
可选元素
修饰符和类型
可选元素
说明
boolean
asc
默认倒序,设置 true 顺序
short
sort
数字越小越靠前
元素详细资料
asc
boolean
asc
默认倒序,设置 true 顺序
默认值:
false
sort
short
sort
数字越小越靠前
默认值:
32767