public class SortDTO extends Object implements Serializable
public SortDTO(String... orderBy)
@SafeVarargs public SortDTO(ColumnSFunction<T,?>... orderBy)
public SortDTO(Integer orderDesc, String... orderBy)
@SafeVarargs public SortDTO(Integer orderDesc, ColumnSFunction<T,?>... orderBy)
public SortDTO()
Copyright © 2024 tan. All rights reserved.