Uses of Enum Class
cool.scx.data.query.OrderByType
Packages that use OrderByType
-
Uses of OrderByType in cool.scx.data.query
Subclasses with type arguments of type OrderByType in cool.scx.data.queryMethods 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.Methods in cool.scx.data.query with parameters of type OrderByTypeModifier and TypeMethodDescriptionstatic OrderByQueryBuilder.orderBy(String selector, OrderByType orderByType, BuildControl... controls) Constructors in cool.scx.data.query with parameters of type OrderByTypeModifierConstructorDescriptionOrderBy(String selector, OrderByType orderByType, boolean useExpression)