Uses of Enum Class
io.quarkus.panache.common.Sort.NullPrecedence
Packages that use Sort.NullPrecedence
-
Uses of Sort.NullPrecedence in io.quarkus.panache.common
Methods in io.quarkus.panache.common that return Sort.NullPrecedenceModifier and TypeMethodDescriptionSort.Column.getNullPrecedence()static Sort.NullPrecedenceReturns the enum constant of this class with the specified name.static Sort.NullPrecedence[]Sort.NullPrecedence.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.NullPrecedenceModifier and TypeMethodDescriptionSort.and(String name, Sort.Direction direction, Sort.NullPrecedence nullPrecedence) Adds a sort column, in the given order and null precedence.Sort.and(String name, Sort.NullPrecedence nullPrecedence) Adds a sort column, in the given null precedence.static SortSort.by(String column, Sort.Direction direction, Sort.NullPrecedence nullPrecedence) Sort by the given column, in the given order and in the given null precedence.static SortSort.by(String column, Sort.NullPrecedence nullPrecedence) Sort by the given column, in the given order and in the given null precedence.voidSort.Column.setNullPrecedence(Sort.NullPrecedence nullPrecedence) Constructors in io.quarkus.panache.common with parameters of type Sort.NullPrecedenceModifierConstructorDescriptionColumn(String name, Sort.Direction direction, Sort.NullPrecedence nullPrecedence)