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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldRender
public <R> R accept(ConditionVisitor<T,R> visitor)
accept
in interface VisitableCondition<T>
Copyright © 2016–2018 MyBatis.org. All rights reserved.