Methods
| Modifier and Type |
Method and Description |
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 |
andEqualNvlTo(String property,
Object value1,
Object value2) |
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<Object> 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 |
andNotEqualNvlTo(String property,
Object value1,
Object value2) |
Example.Criteria |
andNotEqualTo(String property,
Object value) |
Example.Criteria |
andNotIn(String property,
List<Object> values) |
Example.Criteria |
andNotLike(String property,
String value) |
List<Example.Criterion> |
getAllCriteria() |
List<Example.Criterion> |
getCriteria() |
boolean |
isValid() |