public static class PkblobsExample.Criterion extends Object
Modifier | Constructor and Description |
---|---|
protected |
PkblobsExample.Criterion(String condition) |
protected |
PkblobsExample.Criterion(String condition,
Object value) |
protected |
PkblobsExample.Criterion(String condition,
Object value,
Object secondValue) |
protected |
PkblobsExample.Criterion(String condition,
Object value,
Object secondValue,
String typeHandler) |
protected |
PkblobsExample.Criterion(String condition,
Object value,
String typeHandler) |
Modifier and Type | Method and Description |
---|---|
String |
getCondition() |
Object |
getSecondValue() |
String |
getTypeHandler() |
Object |
getValue() |
boolean |
isBetweenValue() |
boolean |
isListValue() |
boolean |
isNoValue() |
boolean |
isSingleValue() |
protected PkblobsExample.Criterion(String condition)
protected PkblobsExample.Criterion(String condition, Object value, String typeHandler)
protected PkblobsExample.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()
Copyright © 2010–2013 MyBatis.org. All rights reserved.