com.mybatis.pj.example.BaseExample Maven / Gradle / Ivy
package com.mybatis.pj.example;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.mybatis.pj.exception.ExampleException;
import com.mybatis.pj.exception.example.InFiledException;
import com.mybatis.pj.exception.example.LikeFiledException;
import com.mybatis.pj.exception.example.NoTableNameException;
public abstract class BaseExample implements IExample{
Logger log = LoggerFactory.getLogger(BaseExample.class);
private boolean useMultipart;
//相等条件存储
private List equalsWhereKey;
private List