Uses of Enum Class
cool.scx.data.query.OrderByType
Packages that use OrderByType
-
Uses of OrderByType in cool.scx.data.query
Methods in cool.scx.data.query that return OrderByTypeModifier and TypeMethodDescriptionOrderBy.orderByType()static OrderByTypeReturns the enum constant of this class with the specified name.static OrderByType[]OrderByType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.data.query with parameters of type OrderByTypeModifierConstructorDescriptionOrderBy(String name, OrderByType orderByType, QueryOption... options) 添加一个排序字段OrderBy(String name, OrderByType orderByType, QueryOption.Info info)