public abstract class AbstractNoValueCondition<T> extends Object implements VisitableCondition<T>
Constructor and Description |
---|
AbstractNoValueCondition() |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
abstract String |
renderCondition(String columnName) |
public <R> R accept(ConditionVisitor<T,R> visitor)
accept
in interface VisitableCondition<T>
Copyright © 2016–2017 MyBatis.org. All rights reserved.