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) |
HfpmProgram_Example.Criteria |
andCreateTimeBetween(Date value1,
Date value2) |
HfpmProgram_Example.Criteria |
andCreateTimeEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeGreaterThan(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeGreaterThanOrEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeIn(List<Date> values) |
HfpmProgram_Example.Criteria |
andCreateTimeIsNotNull() |
HfpmProgram_Example.Criteria |
andCreateTimeIsNull() |
HfpmProgram_Example.Criteria |
andCreateTimeLessThan(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeLessThanOrEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeNotBetween(Date value1,
Date value2) |
HfpmProgram_Example.Criteria |
andCreateTimeNotEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andCreateTimeNotIn(List<Date> values) |
HfpmProgram_Example.Criteria |
andDelFlagBetween(Integer value1,
Integer value2) |
HfpmProgram_Example.Criteria |
andDelFlagEqualTo(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagGreaterThan(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagGreaterThanOrEqualTo(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagIn(List<Integer> values) |
HfpmProgram_Example.Criteria |
andDelFlagIsNotNull() |
HfpmProgram_Example.Criteria |
andDelFlagIsNull() |
HfpmProgram_Example.Criteria |
andDelFlagLessThan(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagLessThanOrEqualTo(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagNotBetween(Integer value1,
Integer value2) |
HfpmProgram_Example.Criteria |
andDelFlagNotEqualTo(Integer value) |
HfpmProgram_Example.Criteria |
andDelFlagNotIn(List<Integer> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeGreaterThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeGreaterThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeIsNotNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeIsNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeLessThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeLessThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeLike(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeNotBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeNotEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeNotIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramCodeNotLike(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescGreaterThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescGreaterThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescIsNotNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramDescIsNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramDescLessThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescLessThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescLike(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescNotBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescNotEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescNotIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramDescNotLike(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdGreaterThan(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdGreaterThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdIn(List<Long> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdIsNotNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramIdIsNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramIdLessThan(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdLessThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdNotBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdNotEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andHfpmProgramIdNotIn(List<Long> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameGreaterThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameGreaterThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameIsNotNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramNameIsNull() |
HfpmProgram_Example.Criteria |
andHfpmProgramNameLessThan(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameLessThanOrEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameLike(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameNotBetween(String value1,
String value2) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameNotEqualTo(String value) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameNotIn(List<String> values) |
HfpmProgram_Example.Criteria |
andHfpmProgramNameNotLike(String value) |
HfpmProgram_Example.Criteria |
andModifyOpIdBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andModifyOpIdEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdGreaterThan(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdGreaterThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdIn(List<Long> values) |
HfpmProgram_Example.Criteria |
andModifyOpIdIsNotNull() |
HfpmProgram_Example.Criteria |
andModifyOpIdIsNull() |
HfpmProgram_Example.Criteria |
andModifyOpIdLessThan(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdLessThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdNotBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andModifyOpIdNotEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andModifyOpIdNotIn(List<Long> values) |
HfpmProgram_Example.Criteria |
andModifyTimeBetween(Date value1,
Date value2) |
HfpmProgram_Example.Criteria |
andModifyTimeEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeGreaterThan(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeGreaterThanOrEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeIn(List<Date> values) |
HfpmProgram_Example.Criteria |
andModifyTimeIsNotNull() |
HfpmProgram_Example.Criteria |
andModifyTimeIsNull() |
HfpmProgram_Example.Criteria |
andModifyTimeLessThan(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeLessThanOrEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeNotBetween(Date value1,
Date value2) |
HfpmProgram_Example.Criteria |
andModifyTimeNotEqualTo(Date value) |
HfpmProgram_Example.Criteria |
andModifyTimeNotIn(List<Date> values) |
HfpmProgram_Example.Criteria |
andOpIdBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andOpIdEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andOpIdGreaterThan(Long value) |
HfpmProgram_Example.Criteria |
andOpIdGreaterThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andOpIdIn(List<Long> values) |
HfpmProgram_Example.Criteria |
andOpIdIsNotNull() |
HfpmProgram_Example.Criteria |
andOpIdIsNull() |
HfpmProgram_Example.Criteria |
andOpIdLessThan(Long value) |
HfpmProgram_Example.Criteria |
andOpIdLessThanOrEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andOpIdNotBetween(Long value1,
Long value2) |
HfpmProgram_Example.Criteria |
andOpIdNotEqualTo(Long value) |
HfpmProgram_Example.Criteria |
andOpIdNotIn(List<Long> values) |
List<HfpmProgram_Example.Criterion> |
getAllCriteria() |
List<HfpmProgram_Example.Criterion> |
getCriteria() |
boolean |
isValid() |