Uses of Enum
io.rtr.alchemy.db.Ordering.Field
Packages that use Ordering.Field
-
Uses of Ordering.Field in io.rtr.alchemy.db
Methods in io.rtr.alchemy.db that return Ordering.FieldModifier and TypeMethodDescriptionstatic Ordering.Fieldstatic Ordering.FieldReturns the enum constant of this type with the specified name.static Ordering.Field[]Ordering.Field.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.FieldMethods in io.rtr.alchemy.db with parameters of type Ordering.FieldModifier and TypeMethodDescriptionOrdering.Builder.orderBy(Ordering.Field field) Ordering.Builder.orderBy(Ordering.Field field, Ordering.Direction direction)