Class FieldsonlyExample.GeneratedCriteria
java.lang.Object
mbg.test.mb3.generated.annotated.flat.model.subpackage.FieldsonlyExample.GeneratedCriteria
- Direct Known Subclasses:
FieldsonlyExample.Criteria
- Enclosing class:
FieldsonlyExample
This class was generated by MyBatis Generator.
This class corresponds to the database table FIELDSONLY
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCriterion(String condition) protected voidaddCriterion(String condition, Object value1, Object value2, String property) protected voidaddCriterion(String condition, Object value, String property) andDoublefieldBetween(Double value1, Double value2) andDoublefieldEqualTo(Double value) andDoublefieldGreaterThan(Double value) andDoublefieldIn(List<Double> values) andDoublefieldLessThan(Double value) andDoublefieldNotBetween(Double value1, Double value2) andDoublefieldNotEqualTo(Double value) andDoublefieldNotIn(List<Double> values) andFloatfieldBetween(Double value1, Double value2) andFloatfieldEqualTo(Double value) andFloatfieldGreaterThan(Double value) andFloatfieldIn(List<Double> values) andFloatfieldLessThan(Double value) andFloatfieldNotBetween(Double value1, Double value2) andFloatfieldNotEqualTo(Double value) andFloatfieldNotIn(List<Double> values) andIntegerfieldBetween(Integer value1, Integer value2) andIntegerfieldEqualTo(Integer value) andIntegerfieldIn(List<Integer> values) andIntegerfieldLessThan(Integer value) andIntegerfieldNotBetween(Integer value1, Integer value2) andIntegerfieldNotEqualTo(Integer value) andIntegerfieldNotIn(List<Integer> values) booleanisValid()
-
Field Details
-
criteria
-
-
Constructor Details
-
GeneratedCriteria
protected GeneratedCriteria()
-
-
Method Details
-
isValid
public boolean isValid() -
getAllCriteria
-
getCriteria
-
addCriterion
-
addCriterion
-
addCriterion
-
andIntegerfieldIsNull
-
andIntegerfieldIsNotNull
-
andIntegerfieldEqualTo
-
andIntegerfieldNotEqualTo
-
andIntegerfieldGreaterThan
-
andIntegerfieldGreaterThanOrEqualTo
-
andIntegerfieldLessThan
-
andIntegerfieldLessThanOrEqualTo
-
andIntegerfieldIn
-
andIntegerfieldNotIn
-
andIntegerfieldBetween
-
andIntegerfieldNotBetween
-
andDoublefieldIsNull
-
andDoublefieldIsNotNull
-
andDoublefieldEqualTo
-
andDoublefieldNotEqualTo
-
andDoublefieldGreaterThan
-
andDoublefieldGreaterThanOrEqualTo
-
andDoublefieldLessThan
-
andDoublefieldLessThanOrEqualTo
-
andDoublefieldIn
-
andDoublefieldNotIn
-
andDoublefieldBetween
-
andDoublefieldNotBetween
-
andFloatfieldIsNull
-
andFloatfieldIsNotNull
-
andFloatfieldEqualTo
-
andFloatfieldNotEqualTo
-
andFloatfieldGreaterThan
-
andFloatfieldGreaterThanOrEqualTo
-
andFloatfieldLessThan
-
andFloatfieldLessThanOrEqualTo
-
andFloatfieldIn
-
andFloatfieldNotIn
-
andFloatfieldBetween
-
andFloatfieldNotBetween
-