|
|
@@ -0,0 +1,1313 @@
|
|
|
+package com.tzld.videoVector.model.po.pgVector;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class VideoArticleMatchResultExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public VideoArticleMatchResultExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 andDtIsNull() {
|
|
|
+ addCriterion("dt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtIsNotNull() {
|
|
|
+ addCriterion("dt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtEqualTo(String value) {
|
|
|
+ addCriterion("dt =", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtNotEqualTo(String value) {
|
|
|
+ addCriterion("dt <>", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtGreaterThan(String value) {
|
|
|
+ addCriterion("dt >", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("dt >=", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtLessThan(String value) {
|
|
|
+ addCriterion("dt <", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("dt <=", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtLike(String value) {
|
|
|
+ addCriterion("dt like", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtNotLike(String value) {
|
|
|
+ addCriterion("dt not like", value, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtIn(List<String> values) {
|
|
|
+ addCriterion("dt in", values, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtNotIn(List<String> values) {
|
|
|
+ addCriterion("dt not in", values, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtBetween(String value1, String value2) {
|
|
|
+ addCriterion("dt between", value1, value2, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDtNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("dt not between", value1, value2, "dt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIsNull() {
|
|
|
+ addCriterion("channel_name is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIsNotNull() {
|
|
|
+ addCriterion("channel_name is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameEqualTo(String value) {
|
|
|
+ addCriterion("channel_name =", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotEqualTo(String value) {
|
|
|
+ addCriterion("channel_name <>", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThan(String value) {
|
|
|
+ addCriterion("channel_name >", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_name >=", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThan(String value) {
|
|
|
+ addCriterion("channel_name <", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_name <=", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameLike(String value) {
|
|
|
+ addCriterion("channel_name like", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotLike(String value) {
|
|
|
+ addCriterion("channel_name not like", value, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameIn(List<String> values) {
|
|
|
+ addCriterion("channel_name in", values, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotIn(List<String> values) {
|
|
|
+ addCriterion("channel_name not in", values, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_name between", value1, value2, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelNameNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_name not between", value1, value2, "channelName");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3IsNull() {
|
|
|
+ addCriterion("channel_level3 is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3IsNotNull() {
|
|
|
+ addCriterion("channel_level3 is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3EqualTo(String value) {
|
|
|
+ addCriterion("channel_level3 =", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3NotEqualTo(String value) {
|
|
|
+ addCriterion("channel_level3 <>", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3GreaterThan(String value) {
|
|
|
+ addCriterion("channel_level3 >", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3GreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_level3 >=", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3LessThan(String value) {
|
|
|
+ addCriterion("channel_level3 <", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3LessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("channel_level3 <=", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3Like(String value) {
|
|
|
+ addCriterion("channel_level3 like", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3NotLike(String value) {
|
|
|
+ addCriterion("channel_level3 not like", value, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3In(List<String> values) {
|
|
|
+ addCriterion("channel_level3 in", values, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3NotIn(List<String> values) {
|
|
|
+ addCriterion("channel_level3 not in", values, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3Between(String value1, String value2) {
|
|
|
+ addCriterion("channel_level3 between", value1, value2, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andChannelLevel3NotBetween(String value1, String value2) {
|
|
|
+ addCriterion("channel_level3 not between", value1, value2, "channelLevel3");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountIsNull() {
|
|
|
+ addCriterion("account is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountIsNotNull() {
|
|
|
+ addCriterion("account is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountEqualTo(String value) {
|
|
|
+ addCriterion("account =", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountNotEqualTo(String value) {
|
|
|
+ addCriterion("account <>", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountGreaterThan(String value) {
|
|
|
+ addCriterion("account >", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("account >=", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountLessThan(String value) {
|
|
|
+ addCriterion("account <", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("account <=", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountLike(String value) {
|
|
|
+ addCriterion("account like", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountNotLike(String value) {
|
|
|
+ addCriterion("account not like", value, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountIn(List<String> values) {
|
|
|
+ addCriterion("account in", values, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountNotIn(List<String> values) {
|
|
|
+ addCriterion("account not in", values, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountBetween(String value1, String value2) {
|
|
|
+ addCriterion("account between", value1, value2, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andAccountNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("account not between", value1, value2, "account");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdIsNull() {
|
|
|
+ addCriterion("match_video_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdIsNotNull() {
|
|
|
+ addCriterion("match_video_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdEqualTo(Long value) {
|
|
|
+ addCriterion("match_video_id =", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdNotEqualTo(Long value) {
|
|
|
+ addCriterion("match_video_id <>", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdGreaterThan(Long value) {
|
|
|
+ addCriterion("match_video_id >", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("match_video_id >=", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdLessThan(Long value) {
|
|
|
+ addCriterion("match_video_id <", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("match_video_id <=", value, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdIn(List<Long> values) {
|
|
|
+ addCriterion("match_video_id in", values, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdNotIn(List<Long> values) {
|
|
|
+ addCriterion("match_video_id not in", values, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("match_video_id between", value1, value2, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchVideoIdNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("match_video_id not between", value1, value2, "matchVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleIsNull() {
|
|
|
+ addCriterion("video_title is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleIsNotNull() {
|
|
|
+ addCriterion("video_title is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleEqualTo(String value) {
|
|
|
+ addCriterion("video_title =", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleNotEqualTo(String value) {
|
|
|
+ addCriterion("video_title <>", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleGreaterThan(String value) {
|
|
|
+ addCriterion("video_title >", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_title >=", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleLessThan(String value) {
|
|
|
+ addCriterion("video_title <", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_title <=", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleLike(String value) {
|
|
|
+ addCriterion("video_title like", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleNotLike(String value) {
|
|
|
+ addCriterion("video_title not like", value, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleIn(List<String> values) {
|
|
|
+ addCriterion("video_title in", values, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleNotIn(List<String> values) {
|
|
|
+ addCriterion("video_title not in", values, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_title between", value1, value2, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoTitleNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_title not between", value1, value2, "videoTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdIsNull() {
|
|
|
+ addCriterion("matched_article_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdIsNotNull() {
|
|
|
+ addCriterion("matched_article_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_id =", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdNotEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_id <>", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdGreaterThan(String value) {
|
|
|
+ addCriterion("matched_article_id >", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_id >=", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdLessThan(String value) {
|
|
|
+ addCriterion("matched_article_id <", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_id <=", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdLike(String value) {
|
|
|
+ addCriterion("matched_article_id like", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdNotLike(String value) {
|
|
|
+ addCriterion("matched_article_id not like", value, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdIn(List<String> values) {
|
|
|
+ addCriterion("matched_article_id in", values, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdNotIn(List<String> values) {
|
|
|
+ addCriterion("matched_article_id not in", values, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("matched_article_id between", value1, value2, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("matched_article_id not between", value1, value2, "matchedArticleId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleIsNull() {
|
|
|
+ addCriterion("matched_article_title is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleIsNotNull() {
|
|
|
+ addCriterion("matched_article_title is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_title =", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleNotEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_title <>", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleGreaterThan(String value) {
|
|
|
+ addCriterion("matched_article_title >", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_title >=", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleLessThan(String value) {
|
|
|
+ addCriterion("matched_article_title <", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("matched_article_title <=", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleLike(String value) {
|
|
|
+ addCriterion("matched_article_title like", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleNotLike(String value) {
|
|
|
+ addCriterion("matched_article_title not like", value, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleIn(List<String> values) {
|
|
|
+ addCriterion("matched_article_title in", values, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleNotIn(List<String> values) {
|
|
|
+ addCriterion("matched_article_title not in", values, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleBetween(String value1, String value2) {
|
|
|
+ addCriterion("matched_article_title between", value1, value2, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchedArticleTitleNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("matched_article_title not between", value1, value2, "matchedArticleTitle");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreIsNull() {
|
|
|
+ addCriterion("match_score is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreIsNotNull() {
|
|
|
+ addCriterion("match_score is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreEqualTo(Double value) {
|
|
|
+ addCriterion("match_score =", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreNotEqualTo(Double value) {
|
|
|
+ addCriterion("match_score <>", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreGreaterThan(Double value) {
|
|
|
+ addCriterion("match_score >", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreGreaterThanOrEqualTo(Double value) {
|
|
|
+ addCriterion("match_score >=", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreLessThan(Double value) {
|
|
|
+ addCriterion("match_score <", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreLessThanOrEqualTo(Double value) {
|
|
|
+ addCriterion("match_score <=", value, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreIn(List<Double> values) {
|
|
|
+ addCriterion("match_score in", values, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreNotIn(List<Double> values) {
|
|
|
+ addCriterion("match_score not in", values, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreBetween(Double value1, Double value2) {
|
|
|
+ addCriterion("match_score between", value1, value2, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchScoreNotBetween(Double value1, Double value2) {
|
|
|
+ addCriterion("match_score not between", value1, value2, "matchScore");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeIsNull() {
|
|
|
+ addCriterion("match_config_code is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeIsNotNull() {
|
|
|
+ addCriterion("match_config_code is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeEqualTo(String value) {
|
|
|
+ addCriterion("match_config_code =", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeNotEqualTo(String value) {
|
|
|
+ addCriterion("match_config_code <>", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeGreaterThan(String value) {
|
|
|
+ addCriterion("match_config_code >", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_config_code >=", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeLessThan(String value) {
|
|
|
+ addCriterion("match_config_code <", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("match_config_code <=", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeLike(String value) {
|
|
|
+ addCriterion("match_config_code like", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeNotLike(String value) {
|
|
|
+ addCriterion("match_config_code not like", value, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeIn(List<String> values) {
|
|
|
+ addCriterion("match_config_code in", values, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeNotIn(List<String> values) {
|
|
|
+ addCriterion("match_config_code not in", values, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_config_code between", value1, value2, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andMatchConfigCodeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("match_config_code not between", value1, value2, "matchConfigCode");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextIsNull() {
|
|
|
+ addCriterion("query_text is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextIsNotNull() {
|
|
|
+ addCriterion("query_text is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextEqualTo(String value) {
|
|
|
+ addCriterion("query_text =", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextNotEqualTo(String value) {
|
|
|
+ addCriterion("query_text <>", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextGreaterThan(String value) {
|
|
|
+ addCriterion("query_text >", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("query_text >=", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextLessThan(String value) {
|
|
|
+ addCriterion("query_text <", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("query_text <=", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextLike(String value) {
|
|
|
+ addCriterion("query_text like", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextNotLike(String value) {
|
|
|
+ addCriterion("query_text not like", value, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextIn(List<String> values) {
|
|
|
+ addCriterion("query_text in", values, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextNotIn(List<String> values) {
|
|
|
+ addCriterion("query_text not in", values, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextBetween(String value1, String value2) {
|
|
|
+ addCriterion("query_text between", value1, value2, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andQueryTextNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("query_text not between", value1, value2, "queryText");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesIsNull() {
|
|
|
+ addCriterion("config_codes is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesIsNotNull() {
|
|
|
+ addCriterion("config_codes is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesEqualTo(String value) {
|
|
|
+ addCriterion("config_codes =", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesNotEqualTo(String value) {
|
|
|
+ addCriterion("config_codes <>", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesGreaterThan(String value) {
|
|
|
+ addCriterion("config_codes >", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("config_codes >=", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesLessThan(String value) {
|
|
|
+ addCriterion("config_codes <", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("config_codes <=", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesLike(String value) {
|
|
|
+ addCriterion("config_codes like", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesNotLike(String value) {
|
|
|
+ addCriterion("config_codes not like", value, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesIn(List<String> values) {
|
|
|
+ addCriterion("config_codes in", values, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesNotIn(List<String> values) {
|
|
|
+ addCriterion("config_codes not in", values, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesBetween(String value1, String value2) {
|
|
|
+ addCriterion("config_codes between", value1, value2, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andConfigCodesNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("config_codes not between", value1, value2, "configCodes");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsIsNull() {
|
|
|
+ addCriterion("ranking_params is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsIsNotNull() {
|
|
|
+ addCriterion("ranking_params is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsEqualTo(String value) {
|
|
|
+ addCriterion("ranking_params =", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsNotEqualTo(String value) {
|
|
|
+ addCriterion("ranking_params <>", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsGreaterThan(String value) {
|
|
|
+ addCriterion("ranking_params >", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("ranking_params >=", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsLessThan(String value) {
|
|
|
+ addCriterion("ranking_params <", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("ranking_params <=", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsLike(String value) {
|
|
|
+ addCriterion("ranking_params like", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsNotLike(String value) {
|
|
|
+ addCriterion("ranking_params not like", value, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsIn(List<String> values) {
|
|
|
+ addCriterion("ranking_params in", values, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsNotIn(List<String> values) {
|
|
|
+ addCriterion("ranking_params not in", values, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsBetween(String value1, String value2) {
|
|
|
+ addCriterion("ranking_params between", value1, value2, "rankingParams");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andRankingParamsNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("ranking_params not between", value1, value2, "rankingParams");
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table video_article_match_result
|
|
|
+ *
|
|
|
+ * @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 video_article_match_result
|
|
|
+ *
|
|
|
+ * @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);
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|