Class SysAuthExample.GeneratedCriteria
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.SysAuthExample.GeneratedCriteria
-
- Direct Known Subclasses:
SysAuthExample.Criteria
- Enclosing class:
- SysAuthExample
protected abstract static class SysAuthExample.GeneratedCriteria extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SysAuthExample.Criterion>criteria
-
Constructor Summary
Constructors Modifier Constructor Description protectedGeneratedCriteria()
-
Method Summary
-
-
-
Field Detail
-
criteria
protected List<SysAuthExample.Criterion> criteria
-
-
Method Detail
-
isValid
public boolean isValid()
-
getAllCriteria
public List<SysAuthExample.Criterion> getAllCriteria()
-
getCriteria
public List<SysAuthExample.Criterion> getCriteria()
-
addCriterion
protected void addCriterion(String condition)
-
addCriterion
protected void addCriterion(String condition, Object value1, Object value2, String property)
-
andIdIsNull
public SysAuthExample.Criteria andIdIsNull()
-
andIdIsNotNull
public SysAuthExample.Criteria andIdIsNotNull()
-
andIdEqualTo
public SysAuthExample.Criteria andIdEqualTo(String value)
-
andIdNotEqualTo
public SysAuthExample.Criteria andIdNotEqualTo(String value)
-
andIdGreaterThan
public SysAuthExample.Criteria andIdGreaterThan(String value)
-
andIdGreaterThanOrEqualTo
public SysAuthExample.Criteria andIdGreaterThanOrEqualTo(String value)
-
andIdLessThan
public SysAuthExample.Criteria andIdLessThan(String value)
-
andIdLessThanOrEqualTo
public SysAuthExample.Criteria andIdLessThanOrEqualTo(String value)
-
andIdLike
public SysAuthExample.Criteria andIdLike(String value)
-
andIdNotLike
public SysAuthExample.Criteria andIdNotLike(String value)
-
andIdIn
public SysAuthExample.Criteria andIdIn(List<String> values)
-
andIdNotIn
public SysAuthExample.Criteria andIdNotIn(List<String> values)
-
andIdBetween
public SysAuthExample.Criteria andIdBetween(String value1, String value2)
-
andIdNotBetween
public SysAuthExample.Criteria andIdNotBetween(String value1, String value2)
-
andAuthSourceIsNull
public SysAuthExample.Criteria andAuthSourceIsNull()
-
andAuthSourceIsNotNull
public SysAuthExample.Criteria andAuthSourceIsNotNull()
-
andAuthSourceEqualTo
public SysAuthExample.Criteria andAuthSourceEqualTo(String value)
-
andAuthSourceNotEqualTo
public SysAuthExample.Criteria andAuthSourceNotEqualTo(String value)
-
andAuthSourceGreaterThan
public SysAuthExample.Criteria andAuthSourceGreaterThan(String value)
-
andAuthSourceGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthSourceGreaterThanOrEqualTo(String value)
-
andAuthSourceLessThan
public SysAuthExample.Criteria andAuthSourceLessThan(String value)
-
andAuthSourceLessThanOrEqualTo
public SysAuthExample.Criteria andAuthSourceLessThanOrEqualTo(String value)
-
andAuthSourceLike
public SysAuthExample.Criteria andAuthSourceLike(String value)
-
andAuthSourceNotLike
public SysAuthExample.Criteria andAuthSourceNotLike(String value)
-
andAuthSourceIn
public SysAuthExample.Criteria andAuthSourceIn(List<String> values)
-
andAuthSourceNotIn
public SysAuthExample.Criteria andAuthSourceNotIn(List<String> values)
-
andAuthSourceBetween
public SysAuthExample.Criteria andAuthSourceBetween(String value1, String value2)
-
andAuthSourceNotBetween
public SysAuthExample.Criteria andAuthSourceNotBetween(String value1, String value2)
-
andAuthSourceTypeIsNull
public SysAuthExample.Criteria andAuthSourceTypeIsNull()
-
andAuthSourceTypeIsNotNull
public SysAuthExample.Criteria andAuthSourceTypeIsNotNull()
-
andAuthSourceTypeEqualTo
public SysAuthExample.Criteria andAuthSourceTypeEqualTo(String value)
-
andAuthSourceTypeNotEqualTo
public SysAuthExample.Criteria andAuthSourceTypeNotEqualTo(String value)
-
andAuthSourceTypeGreaterThan
public SysAuthExample.Criteria andAuthSourceTypeGreaterThan(String value)
-
andAuthSourceTypeGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthSourceTypeGreaterThanOrEqualTo(String value)
-
andAuthSourceTypeLessThan
public SysAuthExample.Criteria andAuthSourceTypeLessThan(String value)
-
andAuthSourceTypeLessThanOrEqualTo
public SysAuthExample.Criteria andAuthSourceTypeLessThanOrEqualTo(String value)
-
andAuthSourceTypeLike
public SysAuthExample.Criteria andAuthSourceTypeLike(String value)
-
andAuthSourceTypeNotLike
public SysAuthExample.Criteria andAuthSourceTypeNotLike(String value)
-
andAuthSourceTypeIn
public SysAuthExample.Criteria andAuthSourceTypeIn(List<String> values)
-
andAuthSourceTypeNotIn
public SysAuthExample.Criteria andAuthSourceTypeNotIn(List<String> values)
-
andAuthSourceTypeBetween
public SysAuthExample.Criteria andAuthSourceTypeBetween(String value1, String value2)
-
andAuthSourceTypeNotBetween
public SysAuthExample.Criteria andAuthSourceTypeNotBetween(String value1, String value2)
-
andAuthTargetIsNull
public SysAuthExample.Criteria andAuthTargetIsNull()
-
andAuthTargetIsNotNull
public SysAuthExample.Criteria andAuthTargetIsNotNull()
-
andAuthTargetEqualTo
public SysAuthExample.Criteria andAuthTargetEqualTo(String value)
-
andAuthTargetNotEqualTo
public SysAuthExample.Criteria andAuthTargetNotEqualTo(String value)
-
andAuthTargetGreaterThan
public SysAuthExample.Criteria andAuthTargetGreaterThan(String value)
-
andAuthTargetGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthTargetGreaterThanOrEqualTo(String value)
-
andAuthTargetLessThan
public SysAuthExample.Criteria andAuthTargetLessThan(String value)
-
andAuthTargetLessThanOrEqualTo
public SysAuthExample.Criteria andAuthTargetLessThanOrEqualTo(String value)
-
andAuthTargetLike
public SysAuthExample.Criteria andAuthTargetLike(String value)
-
andAuthTargetNotLike
public SysAuthExample.Criteria andAuthTargetNotLike(String value)
-
andAuthTargetIn
public SysAuthExample.Criteria andAuthTargetIn(List<String> values)
-
andAuthTargetNotIn
public SysAuthExample.Criteria andAuthTargetNotIn(List<String> values)
-
andAuthTargetBetween
public SysAuthExample.Criteria andAuthTargetBetween(String value1, String value2)
-
andAuthTargetNotBetween
public SysAuthExample.Criteria andAuthTargetNotBetween(String value1, String value2)
-
andAuthTargetTypeIsNull
public SysAuthExample.Criteria andAuthTargetTypeIsNull()
-
andAuthTargetTypeIsNotNull
public SysAuthExample.Criteria andAuthTargetTypeIsNotNull()
-
andAuthTargetTypeEqualTo
public SysAuthExample.Criteria andAuthTargetTypeEqualTo(String value)
-
andAuthTargetTypeNotEqualTo
public SysAuthExample.Criteria andAuthTargetTypeNotEqualTo(String value)
-
andAuthTargetTypeGreaterThan
public SysAuthExample.Criteria andAuthTargetTypeGreaterThan(String value)
-
andAuthTargetTypeGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthTargetTypeGreaterThanOrEqualTo(String value)
-
andAuthTargetTypeLessThan
public SysAuthExample.Criteria andAuthTargetTypeLessThan(String value)
-
andAuthTargetTypeLessThanOrEqualTo
public SysAuthExample.Criteria andAuthTargetTypeLessThanOrEqualTo(String value)
-
andAuthTargetTypeLike
public SysAuthExample.Criteria andAuthTargetTypeLike(String value)
-
andAuthTargetTypeNotLike
public SysAuthExample.Criteria andAuthTargetTypeNotLike(String value)
-
andAuthTargetTypeIn
public SysAuthExample.Criteria andAuthTargetTypeIn(List<String> values)
-
andAuthTargetTypeNotIn
public SysAuthExample.Criteria andAuthTargetTypeNotIn(List<String> values)
-
andAuthTargetTypeBetween
public SysAuthExample.Criteria andAuthTargetTypeBetween(String value1, String value2)
-
andAuthTargetTypeNotBetween
public SysAuthExample.Criteria andAuthTargetTypeNotBetween(String value1, String value2)
-
andAuthTimeIsNull
public SysAuthExample.Criteria andAuthTimeIsNull()
-
andAuthTimeIsNotNull
public SysAuthExample.Criteria andAuthTimeIsNotNull()
-
andAuthTimeEqualTo
public SysAuthExample.Criteria andAuthTimeEqualTo(Long value)
-
andAuthTimeNotEqualTo
public SysAuthExample.Criteria andAuthTimeNotEqualTo(Long value)
-
andAuthTimeGreaterThan
public SysAuthExample.Criteria andAuthTimeGreaterThan(Long value)
-
andAuthTimeGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthTimeGreaterThanOrEqualTo(Long value)
-
andAuthTimeLessThan
public SysAuthExample.Criteria andAuthTimeLessThan(Long value)
-
andAuthTimeLessThanOrEqualTo
public SysAuthExample.Criteria andAuthTimeLessThanOrEqualTo(Long value)
-
andAuthTimeIn
public SysAuthExample.Criteria andAuthTimeIn(List<Long> values)
-
andAuthTimeNotIn
public SysAuthExample.Criteria andAuthTimeNotIn(List<Long> values)
-
andAuthTimeBetween
public SysAuthExample.Criteria andAuthTimeBetween(Long value1, Long value2)
-
andAuthTimeNotBetween
public SysAuthExample.Criteria andAuthTimeNotBetween(Long value1, Long value2)
-
andAuthDetailsIsNull
public SysAuthExample.Criteria andAuthDetailsIsNull()
-
andAuthDetailsIsNotNull
public SysAuthExample.Criteria andAuthDetailsIsNotNull()
-
andAuthDetailsEqualTo
public SysAuthExample.Criteria andAuthDetailsEqualTo(String value)
-
andAuthDetailsNotEqualTo
public SysAuthExample.Criteria andAuthDetailsNotEqualTo(String value)
-
andAuthDetailsGreaterThan
public SysAuthExample.Criteria andAuthDetailsGreaterThan(String value)
-
andAuthDetailsGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthDetailsGreaterThanOrEqualTo(String value)
-
andAuthDetailsLessThan
public SysAuthExample.Criteria andAuthDetailsLessThan(String value)
-
andAuthDetailsLessThanOrEqualTo
public SysAuthExample.Criteria andAuthDetailsLessThanOrEqualTo(String value)
-
andAuthDetailsLike
public SysAuthExample.Criteria andAuthDetailsLike(String value)
-
andAuthDetailsNotLike
public SysAuthExample.Criteria andAuthDetailsNotLike(String value)
-
andAuthDetailsIn
public SysAuthExample.Criteria andAuthDetailsIn(List<String> values)
-
andAuthDetailsNotIn
public SysAuthExample.Criteria andAuthDetailsNotIn(List<String> values)
-
andAuthDetailsBetween
public SysAuthExample.Criteria andAuthDetailsBetween(String value1, String value2)
-
andAuthDetailsNotBetween
public SysAuthExample.Criteria andAuthDetailsNotBetween(String value1, String value2)
-
andAuthUserIsNull
public SysAuthExample.Criteria andAuthUserIsNull()
-
andAuthUserIsNotNull
public SysAuthExample.Criteria andAuthUserIsNotNull()
-
andAuthUserEqualTo
public SysAuthExample.Criteria andAuthUserEqualTo(String value)
-
andAuthUserNotEqualTo
public SysAuthExample.Criteria andAuthUserNotEqualTo(String value)
-
andAuthUserGreaterThan
public SysAuthExample.Criteria andAuthUserGreaterThan(String value)
-
andAuthUserGreaterThanOrEqualTo
public SysAuthExample.Criteria andAuthUserGreaterThanOrEqualTo(String value)
-
andAuthUserLessThan
public SysAuthExample.Criteria andAuthUserLessThan(String value)
-
andAuthUserLessThanOrEqualTo
public SysAuthExample.Criteria andAuthUserLessThanOrEqualTo(String value)
-
andAuthUserLike
public SysAuthExample.Criteria andAuthUserLike(String value)
-
andAuthUserNotLike
public SysAuthExample.Criteria andAuthUserNotLike(String value)
-
andAuthUserIn
public SysAuthExample.Criteria andAuthUserIn(List<String> values)
-
andAuthUserNotIn
public SysAuthExample.Criteria andAuthUserNotIn(List<String> values)
-
andAuthUserBetween
public SysAuthExample.Criteria andAuthUserBetween(String value1, String value2)
-
andAuthUserNotBetween
public SysAuthExample.Criteria andAuthUserNotBetween(String value1, String value2)
-
andUpdateTimeIsNull
public SysAuthExample.Criteria andUpdateTimeIsNull()
-
andUpdateTimeIsNotNull
public SysAuthExample.Criteria andUpdateTimeIsNotNull()
-
andUpdateTimeEqualTo
public SysAuthExample.Criteria andUpdateTimeEqualTo(Date value)
-
andUpdateTimeNotEqualTo
public SysAuthExample.Criteria andUpdateTimeNotEqualTo(Date value)
-
andUpdateTimeGreaterThan
public SysAuthExample.Criteria andUpdateTimeGreaterThan(Date value)
-
andUpdateTimeGreaterThanOrEqualTo
public SysAuthExample.Criteria andUpdateTimeGreaterThanOrEqualTo(Date value)
-
andUpdateTimeLessThan
public SysAuthExample.Criteria andUpdateTimeLessThan(Date value)
-
andUpdateTimeLessThanOrEqualTo
public SysAuthExample.Criteria andUpdateTimeLessThanOrEqualTo(Date value)
-
andUpdateTimeIn
public SysAuthExample.Criteria andUpdateTimeIn(List<Date> values)
-
andUpdateTimeNotIn
public SysAuthExample.Criteria andUpdateTimeNotIn(List<Date> values)
-
andUpdateTimeBetween
public SysAuthExample.Criteria andUpdateTimeBetween(Date value1, Date value2)
-
andUpdateTimeNotBetween
public SysAuthExample.Criteria andUpdateTimeNotBetween(Date value1, Date value2)
-
-