Class IsGreaterThanOrEqualToWithSubselect<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
org.mybatis.dynamic.sql.where.condition.IsGreaterThanOrEqualToWithSubselect<T>
- All Implemented Interfaces:
RenderableCondition<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIsGreaterThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsGreaterThanOrEqualToWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder) operator()Methods inherited from class org.mybatis.dynamic.sql.AbstractSubselectCondition
renderConditionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mybatis.dynamic.sql.RenderableCondition
isEmpty, renderingSkipped, renderLeftColumn, shouldRender
-
Constructor Details
-
IsGreaterThanOrEqualToWithSubselect
-
-
Method Details
-
of
public static <T> IsGreaterThanOrEqualToWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder) -
operator
- Specified by:
operatorin classAbstractSubselectCondition<T>
-