所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
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) |
DatasetTableFunctionExample.Criteria |
andDbTypeBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andDbTypeEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeGreaterThan(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeGreaterThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andDbTypeIsNotNull() |
DatasetTableFunctionExample.Criteria |
andDbTypeIsNull() |
DatasetTableFunctionExample.Criteria |
andDbTypeLessThan(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeLessThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeLike(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeNotBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andDbTypeNotEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andDbTypeNotIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andDbTypeNotLike(String value) |
DatasetTableFunctionExample.Criteria |
andFuncBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andFuncEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andFuncGreaterThan(String value) |
DatasetTableFunctionExample.Criteria |
andFuncGreaterThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andFuncIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andFuncIsNotNull() |
DatasetTableFunctionExample.Criteria |
andFuncIsNull() |
DatasetTableFunctionExample.Criteria |
andFuncLessThan(String value) |
DatasetTableFunctionExample.Criteria |
andFuncLessThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andFuncLike(String value) |
DatasetTableFunctionExample.Criteria |
andFuncNotBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andFuncNotEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andFuncNotIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andFuncNotLike(String value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeBetween(Integer value1,
Integer value2) |
DatasetTableFunctionExample.Criteria |
andFuncTypeEqualTo(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeGreaterThan(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeGreaterThanOrEqualTo(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeIn(List<Integer> values) |
DatasetTableFunctionExample.Criteria |
andFuncTypeIsNotNull() |
DatasetTableFunctionExample.Criteria |
andFuncTypeIsNull() |
DatasetTableFunctionExample.Criteria |
andFuncTypeLessThan(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeLessThanOrEqualTo(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeNotBetween(Integer value1,
Integer value2) |
DatasetTableFunctionExample.Criteria |
andFuncTypeNotEqualTo(Integer value) |
DatasetTableFunctionExample.Criteria |
andFuncTypeNotIn(List<Integer> values) |
DatasetTableFunctionExample.Criteria |
andIdBetween(Long value1,
Long value2) |
DatasetTableFunctionExample.Criteria |
andIdEqualTo(Long value) |
DatasetTableFunctionExample.Criteria |
andIdGreaterThan(Long value) |
DatasetTableFunctionExample.Criteria |
andIdGreaterThanOrEqualTo(Long value) |
DatasetTableFunctionExample.Criteria |
andIdIn(List<Long> values) |
DatasetTableFunctionExample.Criteria |
andIdIsNotNull() |
DatasetTableFunctionExample.Criteria |
andIdIsNull() |
DatasetTableFunctionExample.Criteria |
andIdLessThan(Long value) |
DatasetTableFunctionExample.Criteria |
andIdLessThanOrEqualTo(Long value) |
DatasetTableFunctionExample.Criteria |
andIdNotBetween(Long value1,
Long value2) |
DatasetTableFunctionExample.Criteria |
andIdNotEqualTo(Long value) |
DatasetTableFunctionExample.Criteria |
andIdNotIn(List<Long> values) |
DatasetTableFunctionExample.Criteria |
andNameBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andNameEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andNameGreaterThan(String value) |
DatasetTableFunctionExample.Criteria |
andNameGreaterThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andNameIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andNameIsNotNull() |
DatasetTableFunctionExample.Criteria |
andNameIsNull() |
DatasetTableFunctionExample.Criteria |
andNameLessThan(String value) |
DatasetTableFunctionExample.Criteria |
andNameLessThanOrEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andNameLike(String value) |
DatasetTableFunctionExample.Criteria |
andNameNotBetween(String value1,
String value2) |
DatasetTableFunctionExample.Criteria |
andNameNotEqualTo(String value) |
DatasetTableFunctionExample.Criteria |
andNameNotIn(List<String> values) |
DatasetTableFunctionExample.Criteria |
andNameNotLike(String value) |
List<DatasetTableFunctionExample.Criterion> |
getAllCriteria() |
List<DatasetTableFunctionExample.Criterion> |
getCriteria() |
boolean |
isValid() |