public static class FormatExample.Criteria
extends com.viontech.keliu.base.BaseExample.GeneratedCriteria
| 限定符 | 构造器和说明 |
|---|---|
protected |
Criteria(String tableName) |
protected |
Criteria(String tableName,
boolean ignoreCase) |
protected Criteria(String tableName)
protected Criteria(String tableName, boolean ignoreCase)
public boolean isValid()
public List<com.viontech.keliu.base.BaseExample.Criterion> getAllCriteria()
public void setAllCriteria(List<com.viontech.keliu.base.BaseExample.Criterion> criteria)
protected void addCriterion(String condition)
protected void addCriterion(String condition, Object value1, Object value2, String property)
public FormatExample.Criteria andIdIsNull()
public FormatExample.Criteria andIdIsNotNull()
public FormatExample.Criteria andIdEqualTo(Long value)
public FormatExample.Criteria andIdNotEqualTo(Long value)
public FormatExample.Criteria andIdGreaterThan(Long value)
public FormatExample.Criteria andIdGreaterThanOrEqualTo(Long value)
public FormatExample.Criteria andIdLessThan(Long value)
public FormatExample.Criteria andIdLessThanOrEqualTo(Long value)
public FormatExample.Criteria andIdIn(List<Long> values)
public FormatExample.Criteria andIdNotIn(List<Long> values)
public FormatExample.Criteria andIdBetween(Long value1, Long value2)
public FormatExample.Criteria andIdNotBetween(Long value1, Long value2)
public FormatExample.Criteria andNameIsNull()
public FormatExample.Criteria andNameIsNotNull()
public FormatExample.Criteria andNameEqualTo(String value)
public FormatExample.Criteria andNameNotEqualTo(String value)
public FormatExample.Criteria andNameGreaterThan(String value)
public FormatExample.Criteria andNameGreaterThanOrEqualTo(String value)
public FormatExample.Criteria andNameLessThan(String value)
public FormatExample.Criteria andNameLessThanOrEqualTo(String value)
public FormatExample.Criteria andNameLike(String value)
public FormatExample.Criteria andNameNotLike(String value)
public FormatExample.Criteria andNameIn(List<String> values)
public FormatExample.Criteria andNameNotIn(List<String> values)
public FormatExample.Criteria andNameBetween(String value1, String value2)
public FormatExample.Criteria andNameNotBetween(String value1, String value2)
public FormatExample.Criteria andPidIsNull()
public FormatExample.Criteria andPidIsNotNull()
public FormatExample.Criteria andPidEqualTo(Long value)
public FormatExample.Criteria andPidNotEqualTo(Long value)
public FormatExample.Criteria andPidGreaterThan(Long value)
public FormatExample.Criteria andPidGreaterThanOrEqualTo(Long value)
public FormatExample.Criteria andPidLessThan(Long value)
public FormatExample.Criteria andPidLessThanOrEqualTo(Long value)
public FormatExample.Criteria andPidIn(List<Long> values)
public FormatExample.Criteria andPidNotIn(List<Long> values)
public FormatExample.Criteria andPidBetween(Long value1, Long value2)
public FormatExample.Criteria andPidNotBetween(Long value1, Long value2)
public FormatExample.Criteria andIntroIsNull()
public FormatExample.Criteria andIntroIsNotNull()
public FormatExample.Criteria andIntroEqualTo(String value)
public FormatExample.Criteria andIntroNotEqualTo(String value)
public FormatExample.Criteria andIntroGreaterThan(String value)
public FormatExample.Criteria andIntroGreaterThanOrEqualTo(String value)
public FormatExample.Criteria andIntroLessThan(String value)
public FormatExample.Criteria andIntroLessThanOrEqualTo(String value)
public FormatExample.Criteria andIntroLike(String value)
public FormatExample.Criteria andIntroNotLike(String value)
public FormatExample.Criteria andIntroIn(List<String> values)
public FormatExample.Criteria andIntroNotIn(List<String> values)
public FormatExample.Criteria andIntroBetween(String value1, String value2)
public FormatExample.Criteria andIntroNotBetween(String value1, String value2)
public FormatExample.Criteria andModifyTimeIsNull()
public FormatExample.Criteria andModifyTimeIsNotNull()
public FormatExample.Criteria andModifyTimeEqualTo(Date value)
public FormatExample.Criteria andModifyTimeNotEqualTo(Date value)
public FormatExample.Criteria andModifyTimeGreaterThan(Date value)
public FormatExample.Criteria andModifyTimeGreaterThanOrEqualTo(Date value)
public FormatExample.Criteria andModifyTimeLessThan(Date value)
public FormatExample.Criteria andModifyTimeLessThanOrEqualTo(Date value)
public FormatExample.Criteria andModifyTimeIn(List<Date> values)
public FormatExample.Criteria andModifyTimeNotIn(List<Date> values)
public FormatExample.Criteria andModifyTimeBetween(Date value1, Date value2)
public FormatExample.Criteria andModifyTimeNotBetween(Date value1, Date value2)
public FormatExample.Criteria andCreateTimeIsNull()
public FormatExample.Criteria andCreateTimeIsNotNull()
public FormatExample.Criteria andCreateTimeEqualTo(Date value)
public FormatExample.Criteria andCreateTimeNotEqualTo(Date value)
public FormatExample.Criteria andCreateTimeGreaterThan(Date value)
public FormatExample.Criteria andCreateTimeGreaterThanOrEqualTo(Date value)
public FormatExample.Criteria andCreateTimeLessThan(Date value)
public FormatExample.Criteria andCreateTimeLessThanOrEqualTo(Date value)
public FormatExample.Criteria andCreateTimeIn(List<Date> values)
public FormatExample.Criteria andCreateTimeNotIn(List<Date> values)
public FormatExample.Criteria andCreateTimeBetween(Date value1, Date value2)
public FormatExample.Criteria andCreateTimeNotBetween(Date value1, Date value2)
Copyright © 2019. All rights reserved.