|
@@ -0,0 +1,1713 @@
|
|
|
+package com.tzld.crawler.etl.model.po;
|
|
|
+
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+public class CrawlerVideoExample {
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected String orderByClause;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected boolean distinct;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator.
|
|
|
+ * This field corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ protected List<Criteria> oredCriteria;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public CrawlerVideoExample() {
|
|
|
+ oredCriteria = new ArrayList<Criteria>();
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public String getOrderByClause() {
|
|
|
+ return orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setOrderByClause(String orderByClause) {
|
|
|
+ this.orderByClause = orderByClause;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public boolean isDistinct() {
|
|
|
+ return distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void setDistinct(boolean distinct) {
|
|
|
+ this.distinct = distinct;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public List<Criteria> getOredCriteria() {
|
|
|
+ return oredCriteria;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public void or(Criteria criteria) {
|
|
|
+ oredCriteria.add(criteria);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator.
|
|
|
+ * This method corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @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 crawler_video
|
|
|
+ *
|
|
|
+ * @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 crawler_video
|
|
|
+ *
|
|
|
+ * @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 crawler_video
|
|
|
+ *
|
|
|
+ * @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 crawler_video
|
|
|
+ *
|
|
|
+ * @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 andVideoIdIsNull() {
|
|
|
+ addCriterion("video_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdIsNotNull() {
|
|
|
+ addCriterion("video_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdEqualTo(Long value) {
|
|
|
+ addCriterion("video_id =", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdNotEqualTo(Long value) {
|
|
|
+ addCriterion("video_id <>", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdGreaterThan(Long value) {
|
|
|
+ addCriterion("video_id >", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("video_id >=", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdLessThan(Long value) {
|
|
|
+ addCriterion("video_id <", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("video_id <=", value, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdIn(List<Long> values) {
|
|
|
+ addCriterion("video_id in", values, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdNotIn(List<Long> values) {
|
|
|
+ addCriterion("video_id not in", values, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("video_id between", value1, value2, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoIdNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("video_id not between", value1, value2, "videoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdIsNull() {
|
|
|
+ addCriterion("user_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdIsNotNull() {
|
|
|
+ addCriterion("user_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdEqualTo(Long value) {
|
|
|
+ addCriterion("user_id =", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdNotEqualTo(Long value) {
|
|
|
+ addCriterion("user_id <>", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdGreaterThan(Long value) {
|
|
|
+ addCriterion("user_id >", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("user_id >=", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdLessThan(Long value) {
|
|
|
+ addCriterion("user_id <", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("user_id <=", value, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdIn(List<Long> values) {
|
|
|
+ addCriterion("user_id in", values, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdNotIn(List<Long> values) {
|
|
|
+ addCriterion("user_id not in", values, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("user_id between", value1, value2, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andUserIdNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("user_id not between", value1, value2, "userId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdIsNull() {
|
|
|
+ addCriterion("out_user_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdIsNotNull() {
|
|
|
+ addCriterion("out_user_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdEqualTo(String value) {
|
|
|
+ addCriterion("out_user_id =", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdNotEqualTo(String value) {
|
|
|
+ addCriterion("out_user_id <>", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdGreaterThan(String value) {
|
|
|
+ addCriterion("out_user_id >", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("out_user_id >=", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdLessThan(String value) {
|
|
|
+ addCriterion("out_user_id <", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("out_user_id <=", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdLike(String value) {
|
|
|
+ addCriterion("out_user_id like", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdNotLike(String value) {
|
|
|
+ addCriterion("out_user_id not like", value, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdIn(List<String> values) {
|
|
|
+ addCriterion("out_user_id in", values, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdNotIn(List<String> values) {
|
|
|
+ addCriterion("out_user_id not in", values, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("out_user_id between", value1, value2, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutUserIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("out_user_id not between", value1, value2, "outUserId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformIsNull() {
|
|
|
+ addCriterion("platform is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformIsNotNull() {
|
|
|
+ addCriterion("platform is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformEqualTo(String value) {
|
|
|
+ addCriterion("platform =", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformNotEqualTo(String value) {
|
|
|
+ addCriterion("platform <>", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformGreaterThan(String value) {
|
|
|
+ addCriterion("platform >", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("platform >=", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformLessThan(String value) {
|
|
|
+ addCriterion("platform <", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("platform <=", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformLike(String value) {
|
|
|
+ addCriterion("platform like", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformNotLike(String value) {
|
|
|
+ addCriterion("platform not like", value, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformIn(List<String> values) {
|
|
|
+ addCriterion("platform in", values, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformNotIn(List<String> values) {
|
|
|
+ addCriterion("platform not in", values, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformBetween(String value1, String value2) {
|
|
|
+ addCriterion("platform between", value1, value2, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlatformNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("platform not between", value1, value2, "platform");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyIsNull() {
|
|
|
+ addCriterion("strategy is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyIsNotNull() {
|
|
|
+ addCriterion("strategy is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyEqualTo(String value) {
|
|
|
+ addCriterion("strategy =", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyNotEqualTo(String value) {
|
|
|
+ addCriterion("strategy <>", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyGreaterThan(String value) {
|
|
|
+ addCriterion("strategy >", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("strategy >=", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyLessThan(String value) {
|
|
|
+ addCriterion("strategy <", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("strategy <=", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyLike(String value) {
|
|
|
+ addCriterion("strategy like", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyNotLike(String value) {
|
|
|
+ addCriterion("strategy not like", value, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyIn(List<String> values) {
|
|
|
+ addCriterion("strategy in", values, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyNotIn(List<String> values) {
|
|
|
+ addCriterion("strategy not in", values, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyBetween(String value1, String value2) {
|
|
|
+ addCriterion("strategy between", value1, value2, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andStrategyNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("strategy not between", value1, value2, "strategy");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdIsNull() {
|
|
|
+ addCriterion("out_video_id is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdIsNotNull() {
|
|
|
+ addCriterion("out_video_id is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdEqualTo(String value) {
|
|
|
+ addCriterion("out_video_id =", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdNotEqualTo(String value) {
|
|
|
+ addCriterion("out_video_id <>", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdGreaterThan(String value) {
|
|
|
+ addCriterion("out_video_id >", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("out_video_id >=", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdLessThan(String value) {
|
|
|
+ addCriterion("out_video_id <", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("out_video_id <=", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdLike(String value) {
|
|
|
+ addCriterion("out_video_id like", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdNotLike(String value) {
|
|
|
+ addCriterion("out_video_id not like", value, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdIn(List<String> values) {
|
|
|
+ addCriterion("out_video_id in", values, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdNotIn(List<String> values) {
|
|
|
+ addCriterion("out_video_id not in", values, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdBetween(String value1, String value2) {
|
|
|
+ addCriterion("out_video_id between", value1, value2, "outVideoId");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andOutVideoIdNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("out_video_id not between", value1, value2, "outVideoId");
|
|
|
+ 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 andCoverUrlIsNull() {
|
|
|
+ addCriterion("cover_url is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlIsNotNull() {
|
|
|
+ addCriterion("cover_url is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlEqualTo(String value) {
|
|
|
+ addCriterion("cover_url =", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotEqualTo(String value) {
|
|
|
+ addCriterion("cover_url <>", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlGreaterThan(String value) {
|
|
|
+ addCriterion("cover_url >", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_url >=", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLessThan(String value) {
|
|
|
+ addCriterion("cover_url <", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("cover_url <=", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlLike(String value) {
|
|
|
+ addCriterion("cover_url like", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotLike(String value) {
|
|
|
+ addCriterion("cover_url not like", value, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlIn(List<String> values) {
|
|
|
+ addCriterion("cover_url in", values, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotIn(List<String> values) {
|
|
|
+ addCriterion("cover_url not in", values, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_url between", value1, value2, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCoverUrlNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("cover_url not between", value1, value2, "coverUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlIsNull() {
|
|
|
+ addCriterion("video_url is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlIsNotNull() {
|
|
|
+ addCriterion("video_url is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlEqualTo(String value) {
|
|
|
+ addCriterion("video_url =", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlNotEqualTo(String value) {
|
|
|
+ addCriterion("video_url <>", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlGreaterThan(String value) {
|
|
|
+ addCriterion("video_url >", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_url >=", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlLessThan(String value) {
|
|
|
+ addCriterion("video_url <", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("video_url <=", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlLike(String value) {
|
|
|
+ addCriterion("video_url like", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlNotLike(String value) {
|
|
|
+ addCriterion("video_url not like", value, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlIn(List<String> values) {
|
|
|
+ addCriterion("video_url in", values, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlNotIn(List<String> values) {
|
|
|
+ addCriterion("video_url not in", values, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_url between", value1, value2, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andVideoUrlNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("video_url not between", value1, value2, "videoUrl");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationIsNull() {
|
|
|
+ addCriterion("duration is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationIsNotNull() {
|
|
|
+ addCriterion("duration is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationEqualTo(Long value) {
|
|
|
+ addCriterion("duration =", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationNotEqualTo(Long value) {
|
|
|
+ addCriterion("duration <>", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationGreaterThan(Long value) {
|
|
|
+ addCriterion("duration >", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationGreaterThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("duration >=", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationLessThan(Long value) {
|
|
|
+ addCriterion("duration <", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationLessThanOrEqualTo(Long value) {
|
|
|
+ addCriterion("duration <=", value, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationIn(List<Long> values) {
|
|
|
+ addCriterion("duration in", values, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationNotIn(List<Long> values) {
|
|
|
+ addCriterion("duration not in", values, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("duration between", value1, value2, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andDurationNotBetween(Long value1, Long value2) {
|
|
|
+ addCriterion("duration not between", value1, value2, "duration");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeIsNull() {
|
|
|
+ addCriterion("publish_time is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeIsNotNull() {
|
|
|
+ addCriterion("publish_time is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeEqualTo(String value) {
|
|
|
+ addCriterion("publish_time =", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeNotEqualTo(String value) {
|
|
|
+ addCriterion("publish_time <>", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeGreaterThan(String value) {
|
|
|
+ addCriterion("publish_time >", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("publish_time >=", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeLessThan(String value) {
|
|
|
+ addCriterion("publish_time <", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("publish_time <=", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeLike(String value) {
|
|
|
+ addCriterion("publish_time like", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeNotLike(String value) {
|
|
|
+ addCriterion("publish_time not like", value, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeIn(List<String> values) {
|
|
|
+ addCriterion("publish_time in", values, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeNotIn(List<String> values) {
|
|
|
+ addCriterion("publish_time not in", values, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeBetween(String value1, String value2) {
|
|
|
+ addCriterion("publish_time between", value1, value2, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPublishTimeNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("publish_time not between", value1, value2, "publishTime");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntIsNull() {
|
|
|
+ addCriterion("play_cnt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntIsNotNull() {
|
|
|
+ addCriterion("play_cnt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntEqualTo(Integer value) {
|
|
|
+ addCriterion("play_cnt =", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntNotEqualTo(Integer value) {
|
|
|
+ addCriterion("play_cnt <>", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntGreaterThan(Integer value) {
|
|
|
+ addCriterion("play_cnt >", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_cnt >=", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntLessThan(Integer value) {
|
|
|
+ addCriterion("play_cnt <", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("play_cnt <=", value, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntIn(List<Integer> values) {
|
|
|
+ addCriterion("play_cnt in", values, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntNotIn(List<Integer> values) {
|
|
|
+ addCriterion("play_cnt not in", values, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_cnt between", value1, value2, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andPlayCntNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("play_cnt not between", value1, value2, "playCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntIsNull() {
|
|
|
+ addCriterion("like_cnt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntIsNotNull() {
|
|
|
+ addCriterion("like_cnt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntEqualTo(Integer value) {
|
|
|
+ addCriterion("like_cnt =", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntNotEqualTo(Integer value) {
|
|
|
+ addCriterion("like_cnt <>", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntGreaterThan(Integer value) {
|
|
|
+ addCriterion("like_cnt >", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("like_cnt >=", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntLessThan(Integer value) {
|
|
|
+ addCriterion("like_cnt <", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("like_cnt <=", value, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntIn(List<Integer> values) {
|
|
|
+ addCriterion("like_cnt in", values, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntNotIn(List<Integer> values) {
|
|
|
+ addCriterion("like_cnt not in", values, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("like_cnt between", value1, value2, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andLikeCntNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("like_cnt not between", value1, value2, "likeCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntIsNull() {
|
|
|
+ addCriterion("share_cnt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntIsNotNull() {
|
|
|
+ addCriterion("share_cnt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntEqualTo(Integer value) {
|
|
|
+ addCriterion("share_cnt =", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntNotEqualTo(Integer value) {
|
|
|
+ addCriterion("share_cnt <>", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntGreaterThan(Integer value) {
|
|
|
+ addCriterion("share_cnt >", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_cnt >=", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntLessThan(Integer value) {
|
|
|
+ addCriterion("share_cnt <", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("share_cnt <=", value, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntIn(List<Integer> values) {
|
|
|
+ addCriterion("share_cnt in", values, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntNotIn(List<Integer> values) {
|
|
|
+ addCriterion("share_cnt not in", values, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_cnt between", value1, value2, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andShareCntNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("share_cnt not between", value1, value2, "shareCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntIsNull() {
|
|
|
+ addCriterion("collection_cnt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntIsNotNull() {
|
|
|
+ addCriterion("collection_cnt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntEqualTo(Integer value) {
|
|
|
+ addCriterion("collection_cnt =", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntNotEqualTo(Integer value) {
|
|
|
+ addCriterion("collection_cnt <>", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntGreaterThan(Integer value) {
|
|
|
+ addCriterion("collection_cnt >", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("collection_cnt >=", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntLessThan(Integer value) {
|
|
|
+ addCriterion("collection_cnt <", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("collection_cnt <=", value, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntIn(List<Integer> values) {
|
|
|
+ addCriterion("collection_cnt in", values, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntNotIn(List<Integer> values) {
|
|
|
+ addCriterion("collection_cnt not in", values, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("collection_cnt between", value1, value2, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCollectionCntNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("collection_cnt not between", value1, value2, "collectionCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntIsNull() {
|
|
|
+ addCriterion("comment_cnt is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntIsNotNull() {
|
|
|
+ addCriterion("comment_cnt is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntEqualTo(Integer value) {
|
|
|
+ addCriterion("comment_cnt =", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntNotEqualTo(Integer value) {
|
|
|
+ addCriterion("comment_cnt <>", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntGreaterThan(Integer value) {
|
|
|
+ addCriterion("comment_cnt >", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("comment_cnt >=", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntLessThan(Integer value) {
|
|
|
+ addCriterion("comment_cnt <", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("comment_cnt <=", value, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntIn(List<Integer> values) {
|
|
|
+ addCriterion("comment_cnt in", values, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntNotIn(List<Integer> values) {
|
|
|
+ addCriterion("comment_cnt not in", values, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("comment_cnt between", value1, value2, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCommentCntNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("comment_cnt not between", value1, value2, "commentCnt");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleIsNull() {
|
|
|
+ addCriterion("crawler_rule is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleIsNotNull() {
|
|
|
+ addCriterion("crawler_rule is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleEqualTo(String value) {
|
|
|
+ addCriterion("crawler_rule =", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleNotEqualTo(String value) {
|
|
|
+ addCriterion("crawler_rule <>", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleGreaterThan(String value) {
|
|
|
+ addCriterion("crawler_rule >", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleGreaterThanOrEqualTo(String value) {
|
|
|
+ addCriterion("crawler_rule >=", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleLessThan(String value) {
|
|
|
+ addCriterion("crawler_rule <", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleLessThanOrEqualTo(String value) {
|
|
|
+ addCriterion("crawler_rule <=", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleLike(String value) {
|
|
|
+ addCriterion("crawler_rule like", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleNotLike(String value) {
|
|
|
+ addCriterion("crawler_rule not like", value, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleIn(List<String> values) {
|
|
|
+ addCriterion("crawler_rule in", values, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleNotIn(List<String> values) {
|
|
|
+ addCriterion("crawler_rule not in", values, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleBetween(String value1, String value2) {
|
|
|
+ addCriterion("crawler_rule between", value1, value2, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andCrawlerRuleNotBetween(String value1, String value2) {
|
|
|
+ addCriterion("crawler_rule not between", value1, value2, "crawlerRule");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIsNull() {
|
|
|
+ addCriterion("width is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIsNotNull() {
|
|
|
+ addCriterion("width is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthEqualTo(Integer value) {
|
|
|
+ addCriterion("width =", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotEqualTo(Integer value) {
|
|
|
+ addCriterion("width <>", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthGreaterThan(Integer value) {
|
|
|
+ addCriterion("width >", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("width >=", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthLessThan(Integer value) {
|
|
|
+ addCriterion("width <", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("width <=", value, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthIn(List<Integer> values) {
|
|
|
+ addCriterion("width in", values, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotIn(List<Integer> values) {
|
|
|
+ addCriterion("width not in", values, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("width between", value1, value2, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andWidthNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("width not between", value1, value2, "width");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIsNull() {
|
|
|
+ addCriterion("height is null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIsNotNull() {
|
|
|
+ addCriterion("height is not null");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightEqualTo(Integer value) {
|
|
|
+ addCriterion("height =", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotEqualTo(Integer value) {
|
|
|
+ addCriterion("height <>", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightGreaterThan(Integer value) {
|
|
|
+ addCriterion("height >", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightGreaterThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("height >=", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightLessThan(Integer value) {
|
|
|
+ addCriterion("height <", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightLessThanOrEqualTo(Integer value) {
|
|
|
+ addCriterion("height <=", value, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightIn(List<Integer> values) {
|
|
|
+ addCriterion("height in", values, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotIn(List<Integer> values) {
|
|
|
+ addCriterion("height not in", values, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("height between", value1, value2, "height");
|
|
|
+ return (Criteria) this;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Criteria andHeightNotBetween(Integer value1, Integer value2) {
|
|
|
+ addCriterion("height not between", value1, value2, "height");
|
|
|
+ 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 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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This class was generated by MyBatis Generator.
|
|
|
+ * This class corresponds to the database table crawler_video
|
|
|
+ *
|
|
|
+ * @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 crawler_video
|
|
|
+ *
|
|
|
+ * @mbg.generated
|
|
|
+ */
|
|
|
+ public static class Criterion {
|
|
|
+ private final String condition;
|
|
|
+
|
|
|
+ private Object value;
|
|
|
+
|
|
|
+ private Object secondValue;
|
|
|
+
|
|
|
+ private boolean noValue;
|
|
|
+
|
|
|
+ private boolean singleValue;
|
|
|
+
|
|
|
+ private boolean betweenValue;
|
|
|
+
|
|
|
+ private boolean listValue;
|
|
|
+
|
|
|
+ private final String 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);
|
|
|
+ }
|
|
|
+
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|