Uses of Class
org.mybatis.dynamic.sql.common.OrderByModel
Packages that use OrderByModel
Package
Description
-
Uses of OrderByModel in org.mybatis.dynamic.sql.common
Methods in org.mybatis.dynamic.sql.common that return OrderByModelModifier and TypeMethodDescriptionstatic OrderByModel
OrderByModel.of
(Collection<? extends SortSpecification> columns) CommonBuilder.orderByModel()
Methods in org.mybatis.dynamic.sql.common with parameters of type OrderByModelModifier and TypeMethodDescriptionOrderByRenderer.render
(OrderByModel orderByModel) CommonBuilder.withOrderByModel
(OrderByModel orderByModel) -
Uses of OrderByModel in org.mybatis.dynamic.sql.delete
Methods in org.mybatis.dynamic.sql.delete that return types with arguments of type OrderByModel -
Uses of OrderByModel in org.mybatis.dynamic.sql.select
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 TypeMethodDescriptionAbstractSelectModel.AbstractBuilder.withOrderByModel
(OrderByModel orderByModel) -
Uses of OrderByModel in org.mybatis.dynamic.sql.update
Methods in org.mybatis.dynamic.sql.update that return types with arguments of type OrderByModel