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) |
protected void |
addCriterionForJDBCDate(String condition,
Date value1,
Date value2,
String property) |
protected void |
addCriterionForJDBCDate(String condition,
Date value,
String property) |
protected void |
addCriterionForJDBCDate(String condition,
List<Date> values,
String property) |
CompoundkeyExample.Criteria |
andDescriptionBetween(String value1,
String value2) |
CompoundkeyExample.Criteria |
andDescriptionEqualTo(String value) |
CompoundkeyExample.Criteria |
andDescriptionGreaterThan(String value) |
CompoundkeyExample.Criteria |
andDescriptionGreaterThanOrEqualTo(String value) |
CompoundkeyExample.Criteria |
andDescriptionIn(List<String> values) |
CompoundkeyExample.Criteria |
andDescriptionIsNotNull() |
CompoundkeyExample.Criteria |
andDescriptionIsNull() |
CompoundkeyExample.Criteria |
andDescriptionLessThan(String value) |
CompoundkeyExample.Criteria |
andDescriptionLessThanOrEqualTo(String value) |
CompoundkeyExample.Criteria |
andDescriptionLike(String value) |
CompoundkeyExample.Criteria |
andDescriptionNotBetween(String value1,
String value2) |
CompoundkeyExample.Criteria |
andDescriptionNotEqualTo(String value) |
CompoundkeyExample.Criteria |
andDescriptionNotIn(List<String> values) |
CompoundkeyExample.Criteria |
andDescriptionNotLike(String value) |
CompoundkeyExample.Criteria |
andIdBetween(Integer value1,
Integer value2) |
CompoundkeyExample.Criteria |
andIdEqualTo(Integer value) |
CompoundkeyExample.Criteria |
andIdGreaterThan(Integer value) |
CompoundkeyExample.Criteria |
andIdGreaterThanOrEqualTo(Integer value) |
CompoundkeyExample.Criteria |
andIdIn(List<Integer> values) |
CompoundkeyExample.Criteria |
andIdIsNotNull() |
CompoundkeyExample.Criteria |
andIdIsNull() |
CompoundkeyExample.Criteria |
andIdLessThan(Integer value) |
CompoundkeyExample.Criteria |
andIdLessThanOrEqualTo(Integer value) |
CompoundkeyExample.Criteria |
andIdNotBetween(Integer value1,
Integer value2) |
CompoundkeyExample.Criteria |
andIdNotEqualTo(Integer value) |
CompoundkeyExample.Criteria |
andIdNotIn(List<Integer> values) |
CompoundkeyExample.Criteria |
andUpdatedateBetween(Date value1,
Date value2) |
CompoundkeyExample.Criteria |
andUpdatedateEqualTo(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateGreaterThan(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateGreaterThanOrEqualTo(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateIn(List<Date> values) |
CompoundkeyExample.Criteria |
andUpdatedateIsNotNull() |
CompoundkeyExample.Criteria |
andUpdatedateIsNull() |
CompoundkeyExample.Criteria |
andUpdatedateLessThan(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateLessThanOrEqualTo(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateNotBetween(Date value1,
Date value2) |
CompoundkeyExample.Criteria |
andUpdatedateNotEqualTo(Date value) |
CompoundkeyExample.Criteria |
andUpdatedateNotIn(List<Date> values) |
List<CompoundkeyExample.Criterion> |
getAllCriteria() |
List<CompoundkeyExample.Criterion> |
getCriteria() |
boolean |
isValid() |