Class IsGreaterThanWithSubselect<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
org.mybatis.dynamic.sql.where.condition.IsGreaterThanWithSubselect<T>
- All Implemented Interfaces:
VisitableCondition<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIsGreaterThanWithSubselect(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsGreaterThanWithSubselect<T>of(Buildable<SelectModel> selectModelBuilder) renderCondition(String columnName, String renderedSelectStatement) Methods inherited from class org.mybatis.dynamic.sql.AbstractSubselectCondition
accept, selectModelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.VisitableCondition
renderingSkipped, shouldRender
-
Constructor Details
-
IsGreaterThanWithSubselect
-
-
Method Details
-
of
@NotNull public static <T> IsGreaterThanWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder) -
renderCondition
- Specified by:
renderConditionin classAbstractSubselectCondition<T>
-