所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
protected void |
addCriterion(String condition) |
protected void |
addCriterion(String condition,
Object value1,
Object value2,
String property) |
protected void |
addCriterion(String condition,
Object value,
String property) |
SmebCountryExample.Criteria |
andCountryBetween(String value1,
String value2) |
SmebCountryExample.Criteria |
andCountryEqualTo(String value) |
SmebCountryExample.Criteria |
andCountryGreaterThan(String value) |
SmebCountryExample.Criteria |
andCountryGreaterThanOrEqualTo(String value) |
SmebCountryExample.Criteria |
andCountryIn(List<String> values) |
SmebCountryExample.Criteria |
andCountryIsNotNull() |
SmebCountryExample.Criteria |
andCountryIsNull() |
SmebCountryExample.Criteria |
andCountryLessThan(String value) |
SmebCountryExample.Criteria |
andCountryLessThanOrEqualTo(String value) |
SmebCountryExample.Criteria |
andCountryLike(String value) |
SmebCountryExample.Criteria |
andCountryNotBetween(String value1,
String value2) |
SmebCountryExample.Criteria |
andCountryNotEqualTo(String value) |
SmebCountryExample.Criteria |
andCountryNotIn(List<String> values) |
SmebCountryExample.Criteria |
andCountryNotLike(String value) |
SmebCountryExample.Criteria |
andEcountryBetween(String value1,
String value2) |
SmebCountryExample.Criteria |
andEcountryEqualTo(String value) |
SmebCountryExample.Criteria |
andEcountryGreaterThan(String value) |
SmebCountryExample.Criteria |
andEcountryGreaterThanOrEqualTo(String value) |
SmebCountryExample.Criteria |
andEcountryIn(List<String> values) |
SmebCountryExample.Criteria |
andEcountryIsNotNull() |
SmebCountryExample.Criteria |
andEcountryIsNull() |
SmebCountryExample.Criteria |
andEcountryLessThan(String value) |
SmebCountryExample.Criteria |
andEcountryLessThanOrEqualTo(String value) |
SmebCountryExample.Criteria |
andEcountryLike(String value) |
SmebCountryExample.Criteria |
andEcountryNotBetween(String value1,
String value2) |
SmebCountryExample.Criteria |
andEcountryNotEqualTo(String value) |
SmebCountryExample.Criteria |
andEcountryNotIn(List<String> values) |
SmebCountryExample.Criteria |
andEcountryNotLike(String value) |
SmebCountryExample.Criteria |
andIdBetween(Integer value1,
Integer value2) |
SmebCountryExample.Criteria |
andIdEqualTo(Integer value) |
SmebCountryExample.Criteria |
andIdGreaterThan(Integer value) |
SmebCountryExample.Criteria |
andIdGreaterThanOrEqualTo(Integer value) |
SmebCountryExample.Criteria |
andIdIn(List<Integer> values) |
SmebCountryExample.Criteria |
andIdIsNotNull() |
SmebCountryExample.Criteria |
andIdIsNull() |
SmebCountryExample.Criteria |
andIdLessThan(Integer value) |
SmebCountryExample.Criteria |
andIdLessThanOrEqualTo(Integer value) |
SmebCountryExample.Criteria |
andIdNotBetween(Integer value1,
Integer value2) |
SmebCountryExample.Criteria |
andIdNotEqualTo(Integer value) |
SmebCountryExample.Criteria |
andIdNotIn(List<Integer> values) |
List<SmebCountryExample.Criterion> |
getAllCriteria() |
List<SmebCountryExample.Criterion> |
getCriteria() |
boolean |
isValid() |