com.obatis.orm.sql.mysql.HandleOrderMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obatis-orm Show documentation
Show all versions of obatis-orm Show documentation
obatis-orm, apply database project
The newest version!
package com.obatis.orm.sql.mysql;
import com.obatis.orm.constant.type.OrderEnum;
import com.obatis.orm.constant.type.SqlHandleEnum;
import com.obatis.orm.provider.condition.handle.AbstractOrder;
import java.util.List;
/**
* mysql 数据库排序实现
* @author HuangLongPu
*/
public class HandleOrderMethod extends AbstractOrder {
/**
* 实现 mysql 排序的 sql 语句构建
* @param orders
* @param orderName
* @param orderType
*/
@Override
protected void addOrder(List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy