Uses of Enum Class
io.quarkus.panache.common.Sort.Case
Packages that use Sort.Case
-
Uses of Sort.Case in io.quarkus.panache.common
Methods in io.quarkus.panache.common that return Sort.CaseModifier and TypeMethodDescriptionstatic Sort.CaseReturns the enum constant of this class with the specified name.static Sort.Case[]Sort.Case.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.panache.common with parameters of type Sort.CaseModifier and TypeMethodDescriptionvoidSets case-insensitive sorting for all current sort columns.Constructors in io.quarkus.panache.common with parameters of type Sort.CaseModifierConstructorDescriptionColumn(String name, Sort.Direction direction, Sort.NullPrecedence nullPrecedence, Sort.Case caseInstruction)