public abstract class AbstractSubselectCondition<T> extends Object implements VisitableCondition<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSubselectCondition(Buildable<SelectModel> selectModelBuilder) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
abstract String |
renderCondition(String columnName,
String renderedSelectStatement) |
SelectModel |
selectModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderingSkipped, shouldRender
protected AbstractSubselectCondition(Buildable<SelectModel> selectModelBuilder)
public SelectModel selectModel()
public <R> R accept(ConditionVisitor<T,R> visitor)
accept
in interface VisitableCondition<T>
Copyright © 2016–2021 MyBatis.org. All rights reserved.