Uses of Class
org.mybatis.dynamic.sql.select.OrderByModel
Packages that use OrderByModel
-
Uses of OrderByModel in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return OrderByModelModifier and TypeMethodDescriptionstatic OrderByModel
OrderByModel.of
(Collection<SortSpecification> columns) Methods in org.mybatis.dynamic.sql.select that return types with arguments of type OrderByModelMethods in org.mybatis.dynamic.sql.select with parameters of type OrderByModelModifier and TypeMethodDescriptionSelectModel.Builder.withOrderByModel
(OrderByModel orderByModel)