All Methods Instance Methods Concrete 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) |
AnotherawfultableExample.Criteria |
andDeleteBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andDeleteEqualTo(String value) |
AnotherawfultableExample.Criteria |
andDeleteGreaterThan(String value) |
AnotherawfultableExample.Criteria |
andDeleteGreaterThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andDeleteIn(List<String> values) |
AnotherawfultableExample.Criteria |
andDeleteIsNotNull() |
AnotherawfultableExample.Criteria |
andDeleteIsNull() |
AnotherawfultableExample.Criteria |
andDeleteLessThan(String value) |
AnotherawfultableExample.Criteria |
andDeleteLessThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andDeleteLike(String value) |
AnotherawfultableExample.Criteria |
andDeleteNotBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andDeleteNotEqualTo(String value) |
AnotherawfultableExample.Criteria |
andDeleteNotIn(List<String> values) |
AnotherawfultableExample.Criteria |
andDeleteNotLike(String value) |
AnotherawfultableExample.Criteria |
andIdBetween(Integer value1,
Integer value2) |
AnotherawfultableExample.Criteria |
andIdEqualTo(Integer value) |
AnotherawfultableExample.Criteria |
andIdGreaterThan(Integer value) |
AnotherawfultableExample.Criteria |
andIdGreaterThanOrEqualTo(Integer value) |
AnotherawfultableExample.Criteria |
andIdIn(List<Integer> values) |
AnotherawfultableExample.Criteria |
andIdIsNotNull() |
AnotherawfultableExample.Criteria |
andIdIsNull() |
AnotherawfultableExample.Criteria |
andIdLessThan(Integer value) |
AnotherawfultableExample.Criteria |
andIdLessThanOrEqualTo(Integer value) |
AnotherawfultableExample.Criteria |
andIdNotBetween(Integer value1,
Integer value2) |
AnotherawfultableExample.Criteria |
andIdNotEqualTo(Integer value) |
AnotherawfultableExample.Criteria |
andIdNotIn(List<Integer> values) |
AnotherawfultableExample.Criteria |
andInsertBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andInsertEqualTo(String value) |
AnotherawfultableExample.Criteria |
andInsertGreaterThan(String value) |
AnotherawfultableExample.Criteria |
andInsertGreaterThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andInsertIn(List<String> values) |
AnotherawfultableExample.Criteria |
andInsertIsNotNull() |
AnotherawfultableExample.Criteria |
andInsertIsNull() |
AnotherawfultableExample.Criteria |
andInsertLessThan(String value) |
AnotherawfultableExample.Criteria |
andInsertLessThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andInsertLike(String value) |
AnotherawfultableExample.Criteria |
andInsertNotBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andInsertNotEqualTo(String value) |
AnotherawfultableExample.Criteria |
andInsertNotIn(List<String> values) |
AnotherawfultableExample.Criteria |
andInsertNotLike(String value) |
AnotherawfultableExample.Criteria |
andSelectBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andSelectEqualTo(String value) |
AnotherawfultableExample.Criteria |
andSelectGreaterThan(String value) |
AnotherawfultableExample.Criteria |
andSelectGreaterThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andSelectIn(List<String> values) |
AnotherawfultableExample.Criteria |
andSelectIsNotNull() |
AnotherawfultableExample.Criteria |
andSelectIsNull() |
AnotherawfultableExample.Criteria |
andSelectLessThan(String value) |
AnotherawfultableExample.Criteria |
andSelectLessThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andSelectLike(String value) |
AnotherawfultableExample.Criteria |
andSelectNotBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andSelectNotEqualTo(String value) |
AnotherawfultableExample.Criteria |
andSelectNotIn(List<String> values) |
AnotherawfultableExample.Criteria |
andSelectNotLike(String value) |
AnotherawfultableExample.Criteria |
andUpdateBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andUpdateEqualTo(String value) |
AnotherawfultableExample.Criteria |
andUpdateGreaterThan(String value) |
AnotherawfultableExample.Criteria |
andUpdateGreaterThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andUpdateIn(List<String> values) |
AnotherawfultableExample.Criteria |
andUpdateIsNotNull() |
AnotherawfultableExample.Criteria |
andUpdateIsNull() |
AnotherawfultableExample.Criteria |
andUpdateLessThan(String value) |
AnotherawfultableExample.Criteria |
andUpdateLessThanOrEqualTo(String value) |
AnotherawfultableExample.Criteria |
andUpdateLike(String value) |
AnotherawfultableExample.Criteria |
andUpdateNotBetween(String value1,
String value2) |
AnotherawfultableExample.Criteria |
andUpdateNotEqualTo(String value) |
AnotherawfultableExample.Criteria |
andUpdateNotIn(List<String> values) |
AnotherawfultableExample.Criteria |
andUpdateNotLike(String value) |
List<AnotherawfultableExample.Criterion> |
getAllCriteria() |
List<AnotherawfultableExample.Criterion> |
getCriteria() |
boolean |
isValid() |