Uses of Enum
io.rtr.alchemy.db.Ordering.Direction
Packages that use Ordering.Direction
-
Uses of Ordering.Direction in io.rtr.alchemy.db
Methods in io.rtr.alchemy.db that return Ordering.DirectionModifier and TypeMethodDescriptionstatic Ordering.DirectionReturns the enum constant of this type with the specified name.static Ordering.Direction[]Ordering.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.rtr.alchemy.db that return types with arguments of type Ordering.DirectionMethods in io.rtr.alchemy.db with parameters of type Ordering.DirectionModifier and TypeMethodDescriptionOrdering.Builder.orderBy(Ordering.Field field, Ordering.Direction direction)