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
ModifierConstructorDescriptionprotected
IsGreaterThanWithSubselect
(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsGreaterThanWithSubselect
<T> of
(Buildable<SelectModel> selectModelBuilder) operator()
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
isEmpty, overrideRenderedLeftColumn, renderingSkipped, shouldRender
-
Constructor Details
-
IsGreaterThanWithSubselect
-
-
Method Details
-
of
@NotNull public static <T> IsGreaterThanWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder) -
operator
- Specified by:
operator
in classAbstractSubselectCondition<T>
-