public abstract class AbstractNoValueCondition<T> extends Object implements VisitableCondition<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractNoValueCondition() |
protected |
AbstractNoValueCondition(BooleanSupplier booleanSupplier) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
abstract String |
renderCondition(String columnName) |
boolean |
shouldRender()
Subclasses can override this to inform the renderer if the condition should not be included
in the rendered SQL.
|
protected AbstractNoValueCondition()
protected AbstractNoValueCondition(BooleanSupplier booleanSupplier)
public boolean shouldRender()
VisitableCondition
shouldRender
in interface VisitableCondition<T>
public <R> R accept(ConditionVisitor<T,R> visitor)
accept
in interface VisitableCondition<T>
Copyright © 2016–2019 MyBatis.org. All rights reserved.