com.github.yooryan.advancequery.dialects.MySqlDialectAdvanceQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-advance-query Show documentation
Show all versions of mybatis-advance-query Show documentation
This is a MyBaits plug-in that provides automatic build of advanced query.
package com.github.yooryan.advancequery.dialects;
import com.github.yooryan.advancequery.AdvanceQuery;
import com.github.yooryan.advancequery.AdvanceQueryModel;
import com.github.yooryan.advancequery.annotation.SqlKeyword;
import java.util.LinkedList;
import java.util.List;
/**
* @author linyunrui
*/
public class MySqlDialectAdvanceQuery implements IDialectAdvanceQuery {
@Override
public AdvanceQueryModel buildAdvanceQuerySql(List advanceQueries, String originalSql) {
List paramName = new LinkedList<>();
List