所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
void |
addCriterion(String condition) |
void |
addCriterion(String condition,
Object value,
Object prefix,
Object suffix,
String property) |
void |
addCriterion(String condition,
Object value1,
Object value2,
String property) |
void |
addCriterion(String condition,
Object value,
String property) |
void |
andBetween(String col,
Object value1,
Object value2) |
void |
andEq(String col,
Object value) |
void |
andGt(String col,
Object value) |
void |
andGtAndEq(String col,
Object value) |
void |
andIn(String col,
List<?> value) |
void |
andLt(String col,
Object value) |
void |
andLtAndEq(String col,
Object value) |
void |
andNotBetween(String col,
Object value1,
Object value2) |
void |
andNotEq(String col,
Object value) |
void |
andNotIn(String col,
Object value) |
List<Criterion> |
getAllCriteria() |
List<Criterion> |
getCriteria() |
boolean |
isValid() |