Uses of Class
org.mybatis.dynamic.sql.select.OrderByModel
-
Packages that use OrderByModel Package Description org.mybatis.dynamic.sql.select -
-
Uses of OrderByModel in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return OrderByModel Modifier and Type Method Description static OrderByModel
OrderByModel. of(SortSpecification... columns)
Methods in org.mybatis.dynamic.sql.select that return types with arguments of type OrderByModel Modifier and Type Method Description java.util.Optional<OrderByModel>
SelectModel. orderByModel()
Methods in org.mybatis.dynamic.sql.select with parameters of type OrderByModel Modifier and Type Method Description SelectModel.Builder
SelectModel.Builder. withOrderByModel(OrderByModel orderByModel)
-