All Methods Instance Methods Concrete Methods Deprecated Methods
| 限定符和类型 |
方法和说明 |
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) |
Example.Criteria |
andBetween(String property,
Object value1,
Object value2) |
Example.Criteria |
andCondition(String condition)
手写条件
|
Example.Criteria |
andCondition(String condition,
Object value)
手写左边条件,右边用value值
|
Example.Criteria |
andCondition(String condition,
Object value,
Class<? extends org.apache.ibatis.type.TypeHandler> typeHandler)
|
Example.Criteria |
andCondition(String condition,
Object value,
String typeHandler)
|
Example.Criteria |
andEqualTo(Object param)
将此对象的不为空的字段参数作为相等查询条件
|
Example.Criteria |
andEqualTo(String property,
Object value) |
Example.Criteria |
andGreaterThan(String property,
Object value) |
Example.Criteria |
andGreaterThanOrEqualTo(String property,
Object value) |
Example.Criteria |
andIn(String property,
List<?> values) |
Example.Criteria |
andIsNotNull(String property) |
Example.Criteria |
andIsNull(String property) |
Example.Criteria |
andLessThan(String property,
Object value) |
Example.Criteria |
andLessThanOrEqualTo(String property,
Object value) |
Example.Criteria |
andLike(String property,
String value) |
Example.Criteria |
andNotBetween(String property,
Object value1,
Object value2) |
Example.Criteria |
andNotEqualTo(String property,
Object value) |
Example.Criteria |
andNotIn(String property,
List<?> values) |
Example.Criteria |
andNotLike(String property,
String value) |
List<Example.Criterion> |
getAllCriteria() |
List<Example.Criterion> |
getCriteria() |
boolean |
isValid() |