Uses of Class
io.quarkus.panache.common.Sort.NullPrecedence
-
Packages that use Sort.NullPrecedence Package Description io.quarkus.panache.common -
-
Uses of Sort.NullPrecedence in io.quarkus.panache.common
Methods in io.quarkus.panache.common that return Sort.NullPrecedence Modifier and Type Method Description Sort.NullPrecedenceSort.Column. getNullPrecedence()static Sort.NullPrecedenceSort.NullPrecedence. valueOf(String name)Returns the enum constant of this type with the specified name.static Sort.NullPrecedence[]Sort.NullPrecedence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.panache.common with parameters of type Sort.NullPrecedence Modifier and Type Method Description SortSort. and(String name, Sort.Direction direction, Sort.NullPrecedence nullPrecedence)Adds a sort column, in the given order and null precedence.SortSort. 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.NullPrecedence Constructor Description Column(String name, Sort.Direction direction, Sort.NullPrecedence nullPrecedence)
-