@FunctionalInterface public interface VisitableCondition<T>
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
default boolean |
shouldRender()
Subclasses can override this to inform the renderer if the condition should not be included
in the rendered SQL.
|
<R> R accept(ConditionVisitor<T,R> visitor)
default boolean shouldRender()
Copyright © 2016–2019 MyBatis.org. All rights reserved.