Uses of Enum
com.querydsl.core.types.Order
Packages that use Order
-
Uses of Order in com.querydsl.core.types
Methods in com.querydsl.core.types that return OrderModifier and TypeMethodDescriptionOrderSpecifier.getOrder()Get the order of this specifierstatic OrderReturns the enum constant of this type with the specified name.static Order[]Order.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.querydsl.core.types with parameters of type OrderModifierConstructorDescriptionOrderSpecifier(Order order, Expression<T> target) OrderSpecifier(Order order, Expression<T> target, OrderSpecifier.NullHandling nullhandling)