类 SearchPageRequest.OrderBy
java.lang.Object
cn.xisoil.data.to.SearchPageRequest.OrderBy
- 封闭类:
- SearchPageRequest
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.data.domain.Sort.DirectionvoidvoidsetSortType(org.springframework.data.domain.Sort.Direction sortType)
-
构造器详细资料
-
OrderBy
public OrderBy()
-
-
方法详细资料
-
getColumn
-
getSortType
public org.springframework.data.domain.Sort.Direction getSortType() -
setColumn
-
setSortType
public void setSortType(org.springframework.data.domain.Sort.Direction sortType)
-