Package io.mybatis.mapper.example
Class Example.Criterion
- java.lang.Object
-
- io.mybatis.mapper.example.Example.Criterion
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCriterion(String condition)protectedCriterion(String condition, Object value)protectedCriterion(String condition, Object value, Object secondValue)protectedCriterion(String condition, Object value, Object secondValue, String typeHandler)protectedCriterion(String condition, Object value, String typeHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCondition()ObjectgetSecondValue()ObjectgetValue()booleanisBetweenValue()booleanisListValue()booleanisNoValue()booleanisOrValue()booleanisSingleValue()
-
-
-
Method Detail
-
getCondition
public String getCondition()
-
getSecondValue
public Object getSecondValue()
-
getValue
public Object getValue()
-
isBetweenValue
public boolean isBetweenValue()
-
isListValue
public boolean isListValue()
-
isNoValue
public boolean isNoValue()
-
isSingleValue
public boolean isSingleValue()
-
isOrValue
public boolean isOrValue()
-
-