public static class AbstractExample.Criterion extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
andOr |
protected boolean |
betweenValue |
protected String |
condition |
protected boolean |
listValue |
protected boolean |
noValue |
protected Object |
secondValue |
protected boolean |
singleValue |
protected String |
typeHandler |
protected Object |
value |
| 限定符 | 构造器和说明 |
|---|---|
protected |
Criterion(String condition) |
protected |
Criterion(String condition,
boolean isOr) |
protected |
Criterion(String condition,
Object value) |
protected |
Criterion(String condition,
Object value,
boolean isOr) |
protected |
Criterion(String condition,
Object value,
Object secondValue) |
protected |
Criterion(String condition,
Object value,
Object secondValue,
boolean isOr) |
protected |
Criterion(String condition,
Object value,
Object secondValue,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
Object secondValue,
String typeHandler,
boolean isOr) |
protected |
Criterion(String condition,
Object value,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
String typeHandler,
boolean isOr) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAndOr() |
String |
getCondition() |
Object |
getSecondValue() |
String |
getTypeHandler() |
Object |
getValue() |
boolean |
isBetweenValue() |
boolean |
isListValue() |
boolean |
isNoValue() |
boolean |
isSingleValue() |
void |
setAndOr(String andOr) |
protected String condition
protected Object value
protected Object secondValue
protected String andOr
protected boolean noValue
protected boolean singleValue
protected boolean betweenValue
protected boolean listValue
protected String typeHandler
protected Criterion(String condition)
protected Criterion(String condition, Object value, Object secondValue, String typeHandler)
protected Criterion(String condition, boolean isOr)
protected Criterion(String condition, Object value, Object secondValue, String typeHandler, boolean isOr)
public String getCondition()
public Object getValue()
public Object getSecondValue()
public String getAndOr()
public void setAndOr(String andOr)
public boolean isNoValue()
public boolean isSingleValue()
public boolean isBetweenValue()
public boolean isListValue()
public String getTypeHandler()
Copyright © 2020. All rights reserved.