public class Criterion extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
Criterion(String condition) |
protected |
Criterion(String condition,
Object value) |
protected |
Criterion(String condition,
Object value,
Object secondValue) |
protected |
Criterion(String condition,
Object value,
Object prefix,
Object suffix,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
Object secondValue,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
String typeHandler) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCondition() |
Object |
getLikePrefix() |
Object |
getLikeSuffix() |
Object |
getSecondValue() |
String |
getTypeHandler() |
Object |
getValue() |
boolean |
isBetweenValue() |
boolean |
isLikeValue() |
boolean |
isListValue() |
boolean |
isNoValue() |
boolean |
isSingleValue() |
protected Criterion(String condition)
protected Criterion(String condition, Object value, Object secondValue, String typeHandler)
protected Criterion(String condition, Object value, Object prefix, Object suffix, String typeHandler)
public String getCondition()
public Object getValue()
public Object getSecondValue()
public boolean isNoValue()
public boolean isSingleValue()
public boolean isBetweenValue()
public boolean isLikeValue()
public boolean isListValue()
public String getTypeHandler()
public Object getLikeSuffix()
public Object getLikePrefix()
Copyright © 2020. All rights reserved.