Class SysDeptExample.GeneratedCriteria
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.SysDeptExample.GeneratedCriteria
-
- Direct Known Subclasses:
SysDeptExample.Criteria
- Enclosing class:
- SysDeptExample
protected abstract static class SysDeptExample.GeneratedCriteria extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SysDeptExample.Criterion>criteria
-
Constructor Summary
Constructors Modifier Constructor Description protectedGeneratedCriteria()
-
Method Summary
-
-
-
Field Detail
-
criteria
protected List<SysDeptExample.Criterion> criteria
-
-
Method Detail
-
isValid
public boolean isValid()
-
getAllCriteria
public List<SysDeptExample.Criterion> getAllCriteria()
-
getCriteria
public List<SysDeptExample.Criterion> getCriteria()
-
addCriterion
protected void addCriterion(String condition)
-
addCriterion
protected void addCriterion(String condition, Object value1, Object value2, String property)
-
andDeptIdIsNull
public SysDeptExample.Criteria andDeptIdIsNull()
-
andDeptIdIsNotNull
public SysDeptExample.Criteria andDeptIdIsNotNull()
-
andDeptIdEqualTo
public SysDeptExample.Criteria andDeptIdEqualTo(Long value)
-
andDeptIdNotEqualTo
public SysDeptExample.Criteria andDeptIdNotEqualTo(Long value)
-
andDeptIdGreaterThan
public SysDeptExample.Criteria andDeptIdGreaterThan(Long value)
-
andDeptIdGreaterThanOrEqualTo
public SysDeptExample.Criteria andDeptIdGreaterThanOrEqualTo(Long value)
-
andDeptIdLessThan
public SysDeptExample.Criteria andDeptIdLessThan(Long value)
-
andDeptIdLessThanOrEqualTo
public SysDeptExample.Criteria andDeptIdLessThanOrEqualTo(Long value)
-
andDeptIdIn
public SysDeptExample.Criteria andDeptIdIn(List<Long> values)
-
andDeptIdNotIn
public SysDeptExample.Criteria andDeptIdNotIn(List<Long> values)
-
andDeptIdBetween
public SysDeptExample.Criteria andDeptIdBetween(Long value1, Long value2)
-
andDeptIdNotBetween
public SysDeptExample.Criteria andDeptIdNotBetween(Long value1, Long value2)
-
andPidIsNull
public SysDeptExample.Criteria andPidIsNull()
-
andPidIsNotNull
public SysDeptExample.Criteria andPidIsNotNull()
-
andPidEqualTo
public SysDeptExample.Criteria andPidEqualTo(Long value)
-
andPidNotEqualTo
public SysDeptExample.Criteria andPidNotEqualTo(Long value)
-
andPidGreaterThan
public SysDeptExample.Criteria andPidGreaterThan(Long value)
-
andPidGreaterThanOrEqualTo
public SysDeptExample.Criteria andPidGreaterThanOrEqualTo(Long value)
-
andPidLessThan
public SysDeptExample.Criteria andPidLessThan(Long value)
-
andPidLessThanOrEqualTo
public SysDeptExample.Criteria andPidLessThanOrEqualTo(Long value)
-
andPidIn
public SysDeptExample.Criteria andPidIn(List<Long> values)
-
andPidNotIn
public SysDeptExample.Criteria andPidNotIn(List<Long> values)
-
andPidBetween
public SysDeptExample.Criteria andPidBetween(Long value1, Long value2)
-
andPidNotBetween
public SysDeptExample.Criteria andPidNotBetween(Long value1, Long value2)
-
andSubCountIsNull
public SysDeptExample.Criteria andSubCountIsNull()
-
andSubCountIsNotNull
public SysDeptExample.Criteria andSubCountIsNotNull()
-
andSubCountEqualTo
public SysDeptExample.Criteria andSubCountEqualTo(Integer value)
-
andSubCountNotEqualTo
public SysDeptExample.Criteria andSubCountNotEqualTo(Integer value)
-
andSubCountGreaterThan
public SysDeptExample.Criteria andSubCountGreaterThan(Integer value)
-
andSubCountGreaterThanOrEqualTo
public SysDeptExample.Criteria andSubCountGreaterThanOrEqualTo(Integer value)
-
andSubCountLessThan
public SysDeptExample.Criteria andSubCountLessThan(Integer value)
-
andSubCountLessThanOrEqualTo
public SysDeptExample.Criteria andSubCountLessThanOrEqualTo(Integer value)
-
andSubCountIn
public SysDeptExample.Criteria andSubCountIn(List<Integer> values)
-
andSubCountNotIn
public SysDeptExample.Criteria andSubCountNotIn(List<Integer> values)
-
andSubCountBetween
public SysDeptExample.Criteria andSubCountBetween(Integer value1, Integer value2)
-
andSubCountNotBetween
public SysDeptExample.Criteria andSubCountNotBetween(Integer value1, Integer value2)
-
andNameIsNull
public SysDeptExample.Criteria andNameIsNull()
-
andNameIsNotNull
public SysDeptExample.Criteria andNameIsNotNull()
-
andNameEqualTo
public SysDeptExample.Criteria andNameEqualTo(String value)
-
andNameNotEqualTo
public SysDeptExample.Criteria andNameNotEqualTo(String value)
-
andNameGreaterThan
public SysDeptExample.Criteria andNameGreaterThan(String value)
-
andNameGreaterThanOrEqualTo
public SysDeptExample.Criteria andNameGreaterThanOrEqualTo(String value)
-
andNameLessThan
public SysDeptExample.Criteria andNameLessThan(String value)
-
andNameLessThanOrEqualTo
public SysDeptExample.Criteria andNameLessThanOrEqualTo(String value)
-
andNameLike
public SysDeptExample.Criteria andNameLike(String value)
-
andNameNotLike
public SysDeptExample.Criteria andNameNotLike(String value)
-
andNameIn
public SysDeptExample.Criteria andNameIn(List<String> values)
-
andNameNotIn
public SysDeptExample.Criteria andNameNotIn(List<String> values)
-
andNameBetween
public SysDeptExample.Criteria andNameBetween(String value1, String value2)
-
andNameNotBetween
public SysDeptExample.Criteria andNameNotBetween(String value1, String value2)
-
andDeptSortIsNull
public SysDeptExample.Criteria andDeptSortIsNull()
-
andDeptSortIsNotNull
public SysDeptExample.Criteria andDeptSortIsNotNull()
-
andDeptSortEqualTo
public SysDeptExample.Criteria andDeptSortEqualTo(Integer value)
-
andDeptSortNotEqualTo
public SysDeptExample.Criteria andDeptSortNotEqualTo(Integer value)
-
andDeptSortGreaterThan
public SysDeptExample.Criteria andDeptSortGreaterThan(Integer value)
-
andDeptSortGreaterThanOrEqualTo
public SysDeptExample.Criteria andDeptSortGreaterThanOrEqualTo(Integer value)
-
andDeptSortLessThan
public SysDeptExample.Criteria andDeptSortLessThan(Integer value)
-
andDeptSortLessThanOrEqualTo
public SysDeptExample.Criteria andDeptSortLessThanOrEqualTo(Integer value)
-
andDeptSortIn
public SysDeptExample.Criteria andDeptSortIn(List<Integer> values)
-
andDeptSortNotIn
public SysDeptExample.Criteria andDeptSortNotIn(List<Integer> values)
-
andDeptSortBetween
public SysDeptExample.Criteria andDeptSortBetween(Integer value1, Integer value2)
-
andDeptSortNotBetween
public SysDeptExample.Criteria andDeptSortNotBetween(Integer value1, Integer value2)
-
andCreateByIsNull
public SysDeptExample.Criteria andCreateByIsNull()
-
andCreateByIsNotNull
public SysDeptExample.Criteria andCreateByIsNotNull()
-
andCreateByEqualTo
public SysDeptExample.Criteria andCreateByEqualTo(String value)
-
andCreateByNotEqualTo
public SysDeptExample.Criteria andCreateByNotEqualTo(String value)
-
andCreateByGreaterThan
public SysDeptExample.Criteria andCreateByGreaterThan(String value)
-
andCreateByGreaterThanOrEqualTo
public SysDeptExample.Criteria andCreateByGreaterThanOrEqualTo(String value)
-
andCreateByLessThan
public SysDeptExample.Criteria andCreateByLessThan(String value)
-
andCreateByLessThanOrEqualTo
public SysDeptExample.Criteria andCreateByLessThanOrEqualTo(String value)
-
andCreateByLike
public SysDeptExample.Criteria andCreateByLike(String value)
-
andCreateByNotLike
public SysDeptExample.Criteria andCreateByNotLike(String value)
-
andCreateByIn
public SysDeptExample.Criteria andCreateByIn(List<String> values)
-
andCreateByNotIn
public SysDeptExample.Criteria andCreateByNotIn(List<String> values)
-
andCreateByBetween
public SysDeptExample.Criteria andCreateByBetween(String value1, String value2)
-
andCreateByNotBetween
public SysDeptExample.Criteria andCreateByNotBetween(String value1, String value2)
-
andUpdateByIsNull
public SysDeptExample.Criteria andUpdateByIsNull()
-
andUpdateByIsNotNull
public SysDeptExample.Criteria andUpdateByIsNotNull()
-
andUpdateByEqualTo
public SysDeptExample.Criteria andUpdateByEqualTo(String value)
-
andUpdateByNotEqualTo
public SysDeptExample.Criteria andUpdateByNotEqualTo(String value)
-
andUpdateByGreaterThan
public SysDeptExample.Criteria andUpdateByGreaterThan(String value)
-
andUpdateByGreaterThanOrEqualTo
public SysDeptExample.Criteria andUpdateByGreaterThanOrEqualTo(String value)
-
andUpdateByLessThan
public SysDeptExample.Criteria andUpdateByLessThan(String value)
-
andUpdateByLessThanOrEqualTo
public SysDeptExample.Criteria andUpdateByLessThanOrEqualTo(String value)
-
andUpdateByLike
public SysDeptExample.Criteria andUpdateByLike(String value)
-
andUpdateByNotLike
public SysDeptExample.Criteria andUpdateByNotLike(String value)
-
andUpdateByIn
public SysDeptExample.Criteria andUpdateByIn(List<String> values)
-
andUpdateByNotIn
public SysDeptExample.Criteria andUpdateByNotIn(List<String> values)
-
andUpdateByBetween
public SysDeptExample.Criteria andUpdateByBetween(String value1, String value2)
-
andUpdateByNotBetween
public SysDeptExample.Criteria andUpdateByNotBetween(String value1, String value2)
-
andCreateTimeIsNull
public SysDeptExample.Criteria andCreateTimeIsNull()
-
andCreateTimeIsNotNull
public SysDeptExample.Criteria andCreateTimeIsNotNull()
-
andCreateTimeEqualTo
public SysDeptExample.Criteria andCreateTimeEqualTo(Long value)
-
andCreateTimeNotEqualTo
public SysDeptExample.Criteria andCreateTimeNotEqualTo(Long value)
-
andCreateTimeGreaterThan
public SysDeptExample.Criteria andCreateTimeGreaterThan(Long value)
-
andCreateTimeGreaterThanOrEqualTo
public SysDeptExample.Criteria andCreateTimeGreaterThanOrEqualTo(Long value)
-
andCreateTimeLessThan
public SysDeptExample.Criteria andCreateTimeLessThan(Long value)
-
andCreateTimeLessThanOrEqualTo
public SysDeptExample.Criteria andCreateTimeLessThanOrEqualTo(Long value)
-
andCreateTimeIn
public SysDeptExample.Criteria andCreateTimeIn(List<Long> values)
-
andCreateTimeNotIn
public SysDeptExample.Criteria andCreateTimeNotIn(List<Long> values)
-
andCreateTimeBetween
public SysDeptExample.Criteria andCreateTimeBetween(Long value1, Long value2)
-
andCreateTimeNotBetween
public SysDeptExample.Criteria andCreateTimeNotBetween(Long value1, Long value2)
-
andUpdateTimeIsNull
public SysDeptExample.Criteria andUpdateTimeIsNull()
-
andUpdateTimeIsNotNull
public SysDeptExample.Criteria andUpdateTimeIsNotNull()
-
andUpdateTimeEqualTo
public SysDeptExample.Criteria andUpdateTimeEqualTo(Long value)
-
andUpdateTimeNotEqualTo
public SysDeptExample.Criteria andUpdateTimeNotEqualTo(Long value)
-
andUpdateTimeGreaterThan
public SysDeptExample.Criteria andUpdateTimeGreaterThan(Long value)
-
andUpdateTimeGreaterThanOrEqualTo
public SysDeptExample.Criteria andUpdateTimeGreaterThanOrEqualTo(Long value)
-
andUpdateTimeLessThan
public SysDeptExample.Criteria andUpdateTimeLessThan(Long value)
-
andUpdateTimeLessThanOrEqualTo
public SysDeptExample.Criteria andUpdateTimeLessThanOrEqualTo(Long value)
-
andUpdateTimeIn
public SysDeptExample.Criteria andUpdateTimeIn(List<Long> values)
-
andUpdateTimeNotIn
public SysDeptExample.Criteria andUpdateTimeNotIn(List<Long> values)
-
andUpdateTimeBetween
public SysDeptExample.Criteria andUpdateTimeBetween(Long value1, Long value2)
-
andUpdateTimeNotBetween
public SysDeptExample.Criteria andUpdateTimeNotBetween(Long value1, Long value2)
-
-