Uses of Enum Class
top.magstar.framework.database.query.OrderBy.Direction
Packages that use OrderBy.Direction
-
Uses of OrderBy.Direction in top.magstar.framework.database.query
Methods in top.magstar.framework.database.query that return OrderBy.DirectionModifier and TypeMethodDescriptionOrderBy.direction()获取排序方向。static OrderBy.DirectionReturns the enum constant of this class with the specified name.static OrderBy.Direction[]OrderBy.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in top.magstar.framework.database.query with parameters of type OrderBy.DirectionModifier and TypeMethodDescriptionQueryBuilder.orderBy(String field, OrderBy.Direction direction) 添加排序。Constructors in top.magstar.framework.database.query with parameters of type OrderBy.Direction