package pwc.taxtech.atms.entity; import java.util.ArrayList; import java.util.Date; import java.util.List; public class TemplateGroupExample { /** * This field was generated by MyBatis Generator. * This field corresponds to the database table template_group * * @mbg.generated */ protected String orderByClause; /** * This field was generated by MyBatis Generator. * This field corresponds to the database table template_group * * @mbg.generated */ protected boolean distinct; /** * This field was generated by MyBatis Generator. * This field corresponds to the database table template_group * * @mbg.generated */ protected List<Criteria> oredCriteria; /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public TemplateGroupExample() { oredCriteria = new ArrayList<Criteria>(); } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public void setOrderByClause(String orderByClause) { this.orderByClause = orderByClause; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public String getOrderByClause() { return orderByClause; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public void setDistinct(boolean distinct) { this.distinct = distinct; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public boolean isDistinct() { return distinct; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public List<Criteria> getOredCriteria() { return oredCriteria; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public void or(Criteria criteria) { oredCriteria.add(criteria); } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public Criteria or() { Criteria criteria = createCriteriaInternal(); oredCriteria.add(criteria); return criteria; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public Criteria createCriteria() { Criteria criteria = createCriteriaInternal(); if (oredCriteria.size() == 0) { oredCriteria.add(criteria); } return criteria; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ protected Criteria createCriteriaInternal() { Criteria criteria = new Criteria(); return criteria; } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table template_group * * @mbg.generated */ public void clear() { oredCriteria.clear(); orderByClause = null; distinct = false; } /** * This class was generated by MyBatis Generator. * This class corresponds to the database table template_group * * @mbg.generated */ protected abstract static class GeneratedCriteria { protected List<Criterion> criteria; protected GeneratedCriteria() { super(); criteria = new ArrayList<Criterion>(); } public boolean isValid() { return criteria.size() > 0; } public List<Criterion> getAllCriteria() { return criteria; } public List<Criterion> getCriteria() { return criteria; } protected void addCriterion(String condition) { if (condition == null) { throw new RuntimeException("Value for condition cannot be null"); } criteria.add(new Criterion(condition)); } protected void addCriterion(String condition, Object value, String property) { if (value == null) { throw new RuntimeException("Value for " + property + " cannot be null"); } criteria.add(new Criterion(condition, value)); } protected void addCriterion(String condition, Object value1, Object value2, String property) { if (value1 == null || value2 == null) { throw new RuntimeException("Between values for " + property + " cannot be null"); } criteria.add(new Criterion(condition, value1, value2)); } public Criteria andIdIsNull() { addCriterion("id is null"); return (Criteria) this; } public Criteria andIdIsNotNull() { addCriterion("id is not null"); return (Criteria) this; } public Criteria andIdEqualTo(Long value) { addCriterion("id =", value, "id"); return (Criteria) this; } public Criteria andIdNotEqualTo(Long value) { addCriterion("id <>", value, "id"); return (Criteria) this; } public Criteria andIdGreaterThan(Long value) { addCriterion("id >", value, "id"); return (Criteria) this; } public Criteria andIdGreaterThanOrEqualTo(Long value) { addCriterion("id >=", value, "id"); return (Criteria) this; } public Criteria andIdLessThan(Long value) { addCriterion("id <", value, "id"); return (Criteria) this; } public Criteria andIdLessThanOrEqualTo(Long value) { addCriterion("id <=", value, "id"); return (Criteria) this; } public Criteria andIdIn(List<Long> values) { addCriterion("id in", values, "id"); return (Criteria) this; } public Criteria andIdNotIn(List<Long> values) { addCriterion("id not in", values, "id"); return (Criteria) this; } public Criteria andIdBetween(Long value1, Long value2) { addCriterion("id between", value1, value2, "id"); return (Criteria) this; } public Criteria andIdNotBetween(Long value1, Long value2) { addCriterion("id not between", value1, value2, "id"); return (Criteria) this; } public Criteria andNameIsNull() { addCriterion("name is null"); return (Criteria) this; } public Criteria andNameIsNotNull() { addCriterion("name is not null"); return (Criteria) this; } public Criteria andNameEqualTo(String value) { addCriterion("name =", value, "name"); return (Criteria) this; } public Criteria andNameNotEqualTo(String value) { addCriterion("name <>", value, "name"); return (Criteria) this; } public Criteria andNameGreaterThan(String value) { addCriterion("name >", value, "name"); return (Criteria) this; } public Criteria andNameGreaterThanOrEqualTo(String value) { addCriterion("name >=", value, "name"); return (Criteria) this; } public Criteria andNameLessThan(String value) { addCriterion("name <", value, "name"); return (Criteria) this; } public Criteria andNameLessThanOrEqualTo(String value) { addCriterion("name <=", value, "name"); return (Criteria) this; } public Criteria andNameLike(String value) { addCriterion("name like", value, "name"); return (Criteria) this; } public Criteria andNameNotLike(String value) { addCriterion("name not like", value, "name"); return (Criteria) this; } public Criteria andNameIn(List<String> values) { addCriterion("name in", values, "name"); return (Criteria) this; } public Criteria andNameNotIn(List<String> values) { addCriterion("name not in", values, "name"); return (Criteria) this; } public Criteria andNameBetween(String value1, String value2) { addCriterion("name between", value1, value2, "name"); return (Criteria) this; } public Criteria andNameNotBetween(String value1, String value2) { addCriterion("name not between", value1, value2, "name"); return (Criteria) this; } public Criteria andServiceTypeIdIsNull() { addCriterion("service_type_id is null"); return (Criteria) this; } public Criteria andServiceTypeIdIsNotNull() { addCriterion("service_type_id is not null"); return (Criteria) this; } public Criteria andServiceTypeIdEqualTo(String value) { addCriterion("service_type_id =", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdNotEqualTo(String value) { addCriterion("service_type_id <>", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdGreaterThan(String value) { addCriterion("service_type_id >", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdGreaterThanOrEqualTo(String value) { addCriterion("service_type_id >=", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdLessThan(String value) { addCriterion("service_type_id <", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdLessThanOrEqualTo(String value) { addCriterion("service_type_id <=", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdLike(String value) { addCriterion("service_type_id like", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdNotLike(String value) { addCriterion("service_type_id not like", value, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdIn(List<String> values) { addCriterion("service_type_id in", values, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdNotIn(List<String> values) { addCriterion("service_type_id not in", values, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdBetween(String value1, String value2) { addCriterion("service_type_id between", value1, value2, "serviceTypeId"); return (Criteria) this; } public Criteria andServiceTypeIdNotBetween(String value1, String value2) { addCriterion("service_type_id not between", value1, value2, "serviceTypeId"); return (Criteria) this; } public Criteria andIndustryIdsIsNull() { addCriterion("industry_ids is null"); return (Criteria) this; } public Criteria andIndustryIdsIsNotNull() { addCriterion("industry_ids is not null"); return (Criteria) this; } public Criteria andIndustryIdsEqualTo(String value) { addCriterion("industry_ids =", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsNotEqualTo(String value) { addCriterion("industry_ids <>", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsGreaterThan(String value) { addCriterion("industry_ids >", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsGreaterThanOrEqualTo(String value) { addCriterion("industry_ids >=", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsLessThan(String value) { addCriterion("industry_ids <", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsLessThanOrEqualTo(String value) { addCriterion("industry_ids <=", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsLike(String value) { addCriterion("industry_ids like", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsNotLike(String value) { addCriterion("industry_ids not like", value, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsIn(List<String> values) { addCriterion("industry_ids in", values, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsNotIn(List<String> values) { addCriterion("industry_ids not in", values, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsBetween(String value1, String value2) { addCriterion("industry_ids between", value1, value2, "industryIds"); return (Criteria) this; } public Criteria andIndustryIdsNotBetween(String value1, String value2) { addCriterion("industry_ids not between", value1, value2, "industryIds"); return (Criteria) this; } public Criteria andPayTaxTypeIsNull() { addCriterion("pay_tax_type is null"); return (Criteria) this; } public Criteria andPayTaxTypeIsNotNull() { addCriterion("pay_tax_type is not null"); return (Criteria) this; } public Criteria andPayTaxTypeEqualTo(Integer value) { addCriterion("pay_tax_type =", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeNotEqualTo(Integer value) { addCriterion("pay_tax_type <>", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeGreaterThan(Integer value) { addCriterion("pay_tax_type >", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeGreaterThanOrEqualTo(Integer value) { addCriterion("pay_tax_type >=", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeLessThan(Integer value) { addCriterion("pay_tax_type <", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeLessThanOrEqualTo(Integer value) { addCriterion("pay_tax_type <=", value, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeIn(List<Integer> values) { addCriterion("pay_tax_type in", values, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeNotIn(List<Integer> values) { addCriterion("pay_tax_type not in", values, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeBetween(Integer value1, Integer value2) { addCriterion("pay_tax_type between", value1, value2, "payTaxType"); return (Criteria) this; } public Criteria andPayTaxTypeNotBetween(Integer value1, Integer value2) { addCriterion("pay_tax_type not between", value1, value2, "payTaxType"); return (Criteria) this; } public Criteria andGroupTypeIsNull() { addCriterion("group_type is null"); return (Criteria) this; } public Criteria andGroupTypeIsNotNull() { addCriterion("group_type is not null"); return (Criteria) this; } public Criteria andGroupTypeEqualTo(Integer value) { addCriterion("group_type =", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeNotEqualTo(Integer value) { addCriterion("group_type <>", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeGreaterThan(Integer value) { addCriterion("group_type >", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeGreaterThanOrEqualTo(Integer value) { addCriterion("group_type >=", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeLessThan(Integer value) { addCriterion("group_type <", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeLessThanOrEqualTo(Integer value) { addCriterion("group_type <=", value, "groupType"); return (Criteria) this; } public Criteria andGroupTypeIn(List<Integer> values) { addCriterion("group_type in", values, "groupType"); return (Criteria) this; } public Criteria andGroupTypeNotIn(List<Integer> values) { addCriterion("group_type not in", values, "groupType"); return (Criteria) this; } public Criteria andGroupTypeBetween(Integer value1, Integer value2) { addCriterion("group_type between", value1, value2, "groupType"); return (Criteria) this; } public Criteria andGroupTypeNotBetween(Integer value1, Integer value2) { addCriterion("group_type not between", value1, value2, "groupType"); return (Criteria) this; } public Criteria andCopyFromIsNull() { addCriterion("copy_from is null"); return (Criteria) this; } public Criteria andCopyFromIsNotNull() { addCriterion("copy_from is not null"); return (Criteria) this; } public Criteria andCopyFromEqualTo(Long value) { addCriterion("copy_from =", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromNotEqualTo(Long value) { addCriterion("copy_from <>", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromGreaterThan(Long value) { addCriterion("copy_from >", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromGreaterThanOrEqualTo(Long value) { addCriterion("copy_from >=", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromLessThan(Long value) { addCriterion("copy_from <", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromLessThanOrEqualTo(Long value) { addCriterion("copy_from <=", value, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromIn(List<Long> values) { addCriterion("copy_from in", values, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromNotIn(List<Long> values) { addCriterion("copy_from not in", values, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromBetween(Long value1, Long value2) { addCriterion("copy_from between", value1, value2, "copyFrom"); return (Criteria) this; } public Criteria andCopyFromNotBetween(Long value1, Long value2) { addCriterion("copy_from not between", value1, value2, "copyFrom"); return (Criteria) this; } public Criteria andUpdateTimeIsNull() { addCriterion("update_time is null"); return (Criteria) this; } public Criteria andUpdateTimeIsNotNull() { addCriterion("update_time is not null"); return (Criteria) this; } public Criteria andUpdateTimeEqualTo(Date value) { addCriterion("update_time =", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeNotEqualTo(Date value) { addCriterion("update_time <>", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeGreaterThan(Date value) { addCriterion("update_time >", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeGreaterThanOrEqualTo(Date value) { addCriterion("update_time >=", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeLessThan(Date value) { addCriterion("update_time <", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeLessThanOrEqualTo(Date value) { addCriterion("update_time <=", value, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeIn(List<Date> values) { addCriterion("update_time in", values, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeNotIn(List<Date> values) { addCriterion("update_time not in", values, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeBetween(Date value1, Date value2) { addCriterion("update_time between", value1, value2, "updateTime"); return (Criteria) this; } public Criteria andUpdateTimeNotBetween(Date value1, Date value2) { addCriterion("update_time not between", value1, value2, "updateTime"); return (Criteria) this; } public Criteria andCreateTimeIsNull() { addCriterion("create_time is null"); return (Criteria) this; } public Criteria andCreateTimeIsNotNull() { addCriterion("create_time is not null"); return (Criteria) this; } public Criteria andCreateTimeEqualTo(Date value) { addCriterion("create_time =", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeNotEqualTo(Date value) { addCriterion("create_time <>", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeGreaterThan(Date value) { addCriterion("create_time >", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) { addCriterion("create_time >=", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeLessThan(Date value) { addCriterion("create_time <", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeLessThanOrEqualTo(Date value) { addCriterion("create_time <=", value, "createTime"); return (Criteria) this; } public Criteria andCreateTimeIn(List<Date> values) { addCriterion("create_time in", values, "createTime"); return (Criteria) this; } public Criteria andCreateTimeNotIn(List<Date> values) { addCriterion("create_time not in", values, "createTime"); return (Criteria) this; } public Criteria andCreateTimeBetween(Date value1, Date value2) { addCriterion("create_time between", value1, value2, "createTime"); return (Criteria) this; } public Criteria andCreateTimeNotBetween(Date value1, Date value2) { addCriterion("create_time not between", value1, value2, "createTime"); return (Criteria) this; } public Criteria andIsSystemTypeIsNull() { addCriterion("is_system_type is null"); return (Criteria) this; } public Criteria andIsSystemTypeIsNotNull() { addCriterion("is_system_type is not null"); return (Criteria) this; } public Criteria andIsSystemTypeEqualTo(Boolean value) { addCriterion("is_system_type =", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeNotEqualTo(Boolean value) { addCriterion("is_system_type <>", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeGreaterThan(Boolean value) { addCriterion("is_system_type >", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeGreaterThanOrEqualTo(Boolean value) { addCriterion("is_system_type >=", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeLessThan(Boolean value) { addCriterion("is_system_type <", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeLessThanOrEqualTo(Boolean value) { addCriterion("is_system_type <=", value, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeIn(List<Boolean> values) { addCriterion("is_system_type in", values, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeNotIn(List<Boolean> values) { addCriterion("is_system_type not in", values, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeBetween(Boolean value1, Boolean value2) { addCriterion("is_system_type between", value1, value2, "isSystemType"); return (Criteria) this; } public Criteria andIsSystemTypeNotBetween(Boolean value1, Boolean value2) { addCriterion("is_system_type not between", value1, value2, "isSystemType"); return (Criteria) this; } public Criteria andCreateByIsNull() { addCriterion("create_by is null"); return (Criteria) this; } public Criteria andCreateByIsNotNull() { addCriterion("create_by is not null"); return (Criteria) this; } public Criteria andCreateByEqualTo(String value) { addCriterion("create_by =", value, "createBy"); return (Criteria) this; } public Criteria andCreateByNotEqualTo(String value) { addCriterion("create_by <>", value, "createBy"); return (Criteria) this; } public Criteria andCreateByGreaterThan(String value) { addCriterion("create_by >", value, "createBy"); return (Criteria) this; } public Criteria andCreateByGreaterThanOrEqualTo(String value) { addCriterion("create_by >=", value, "createBy"); return (Criteria) this; } public Criteria andCreateByLessThan(String value) { addCriterion("create_by <", value, "createBy"); return (Criteria) this; } public Criteria andCreateByLessThanOrEqualTo(String value) { addCriterion("create_by <=", value, "createBy"); return (Criteria) this; } public Criteria andCreateByLike(String value) { addCriterion("create_by like", value, "createBy"); return (Criteria) this; } public Criteria andCreateByNotLike(String value) { addCriterion("create_by not like", value, "createBy"); return (Criteria) this; } public Criteria andCreateByIn(List<String> values) { addCriterion("create_by in", values, "createBy"); return (Criteria) this; } public Criteria andCreateByNotIn(List<String> values) { addCriterion("create_by not in", values, "createBy"); return (Criteria) this; } public Criteria andCreateByBetween(String value1, String value2) { addCriterion("create_by between", value1, value2, "createBy"); return (Criteria) this; } public Criteria andCreateByNotBetween(String value1, String value2) { addCriterion("create_by not between", value1, value2, "createBy"); return (Criteria) this; } public Criteria andUpdateByIsNull() { addCriterion("update_by is null"); return (Criteria) this; } public Criteria andUpdateByIsNotNull() { addCriterion("update_by is not null"); return (Criteria) this; } public Criteria andUpdateByEqualTo(String value) { addCriterion("update_by =", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByNotEqualTo(String value) { addCriterion("update_by <>", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByGreaterThan(String value) { addCriterion("update_by >", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByGreaterThanOrEqualTo(String value) { addCriterion("update_by >=", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByLessThan(String value) { addCriterion("update_by <", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByLessThanOrEqualTo(String value) { addCriterion("update_by <=", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByLike(String value) { addCriterion("update_by like", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByNotLike(String value) { addCriterion("update_by not like", value, "updateBy"); return (Criteria) this; } public Criteria andUpdateByIn(List<String> values) { addCriterion("update_by in", values, "updateBy"); return (Criteria) this; } public Criteria andUpdateByNotIn(List<String> values) { addCriterion("update_by not in", values, "updateBy"); return (Criteria) this; } public Criteria andUpdateByBetween(String value1, String value2) { addCriterion("update_by between", value1, value2, "updateBy"); return (Criteria) this; } public Criteria andUpdateByNotBetween(String value1, String value2) { addCriterion("update_by not between", value1, value2, "updateBy"); return (Criteria) this; } } /** * This class was generated by MyBatis Generator. * This class corresponds to the database table template_group * * @mbg.generated do_not_delete_during_merge */ public static class Criteria extends GeneratedCriteria { protected Criteria() { super(); } } /** * This class was generated by MyBatis Generator. * This class corresponds to the database table template_group * * @mbg.generated */ public static class Criterion { private String condition; private Object value; private Object secondValue; private boolean noValue; private boolean singleValue; private boolean betweenValue; private boolean listValue; private String typeHandler; public String getCondition() { return condition; } public Object getValue() { return value; } public Object getSecondValue() { return secondValue; } public boolean isNoValue() { return noValue; } public boolean isSingleValue() { return singleValue; } public boolean isBetweenValue() { return betweenValue; } public boolean isListValue() { return listValue; } public String getTypeHandler() { return typeHandler; } protected Criterion(String condition) { super(); this.condition = condition; this.typeHandler = null; this.noValue = true; } protected Criterion(String condition, Object value, String typeHandler) { super(); this.condition = condition; this.value = value; this.typeHandler = typeHandler; if (value instanceof List<?>) { this.listValue = true; } else { this.singleValue = true; } } protected Criterion(String condition, Object value) { this(condition, value, null); } protected Criterion(String condition, Object value, Object secondValue, String typeHandler) { super(); this.condition = condition; this.value = value; this.secondValue = secondValue; this.typeHandler = typeHandler; this.betweenValue = true; } protected Criterion(String condition, Object value, Object secondValue) { this(condition, value, secondValue, null); } } }