Class IsLessThanOrEqualToWithSubselect<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
-
- org.mybatis.dynamic.sql.where.condition.IsLessThanOrEqualToWithSubselect<T>
-
- All Implemented Interfaces:
VisitableCondition<T>
public class IsLessThanOrEqualToWithSubselect<T> extends AbstractSubselectCondition<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IsLessThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> IsLessThanOrEqualToWithSubselect<T>
of(Buildable<SelectModel> selectModelBuilder)
java.lang.String
renderCondition(java.lang.String columnName, java.lang.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
shouldRender
-
-
-
-
Constructor Detail
-
IsLessThanOrEqualToWithSubselect
protected IsLessThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder)
-
-
Method Detail
-
of
public static <T> IsLessThanOrEqualToWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder)
-
renderCondition
public java.lang.String renderCondition(java.lang.String columnName, java.lang.String renderedSelectStatement)
- Specified by:
renderCondition
in classAbstractSubselectCondition<T>
-
-