public class Criterion extends Object
| Modifier | Constructor and Description |
|---|---|
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 secondValue,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
SqlLike sqlLike) |
protected |
Criterion(String condition,
Object value,
String typeHandler) |
protected |
Criterion(String condition,
Object value,
String typeHandler,
SqlLike sqlLike) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCondition() |
Object |
getSecondValue() |
SqlLike |
getSqlLike() |
String |
getTypeHandler() |
Object |
getValue() |
int |
hashCode() |
boolean |
isBetweenValue() |
boolean |
isLikeValue() |
boolean |
isListValue() |
boolean |
isNoValue() |
boolean |
isSingleValue() |
protected Criterion(String condition)
protected Criterion(String condition, Object value, Object secondValue, String typeHandler)
public String getCondition()
public Object getValue()
public Object getSecondValue()
public boolean isNoValue()
public boolean isSingleValue()
public boolean isBetweenValue()
public boolean isListValue()
public String getTypeHandler()
public boolean isLikeValue()
public SqlLike getSqlLike()
Copyright © 2021. All rights reserved.