public class OrderBy extends Object implements Serializable
static class
OrderBy.Column
OrderBy()
static <T> OrderBy
asc(SFunction<T,?> func)
static OrderBy
asc(String column)
desc(SFunction<T,?> func)
desc(String column)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OrderBy()
public static OrderBy asc(String column)
public static <T> OrderBy asc(SFunction<T,?> func)
public static OrderBy desc(String column)
public static <T> OrderBy desc(SFunction<T,?> func)
Copyright © 2023 Irvingsoft. All rights reserved.