public interface OrderBySupport<T>
T
orderBy(IColumn column)
orderBy(IColumn column, boolean desc)
orderBy(IOrderBy orderBy)
orderBy(List<IOrderBy> orderBys)
T orderBy(IOrderBy orderBy)
orderBy
IOrderBy
T orderBy(List<IOrderBy> orderBys)
orderBys
T orderBy(IColumn column)
column
T orderBy(IColumn column, boolean desc)
desc
Copyright © 2020 IBIT程序猿. All rights reserved.