Class IsInWithSubselect<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
-
- org.mybatis.dynamic.sql.where.condition.IsInWithSubselect<T>
-
- All Implemented Interfaces:
VisitableCondition<T>
public class IsInWithSubselect<T> extends AbstractSubselectCondition<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsInWithSubselect(Buildable<SelectModel> selectModelBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> IsInWithSubselect<T>
of(Buildable<SelectModel> selectModelBuilder)
String
renderCondition(String columnName, String renderedSelectStatement)
-
Methods inherited from class org.mybatis.dynamic.sql.AbstractSubselectCondition
accept, selectModel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mybatis.dynamic.sql.VisitableCondition
renderingSkipped, shouldRender
-
-
-
-
Constructor Detail
-
IsInWithSubselect
protected IsInWithSubselect(Buildable<SelectModel> selectModelBuilder)
-
-
Method Detail
-
of
@NotNull public static <T> IsInWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder)
-
renderCondition
public String renderCondition(String columnName, String renderedSelectStatement)
- Specified by:
renderCondition
in classAbstractSubselectCondition<T>
-
-