Class IsLessThanColumn<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractColumnComparisonCondition<T>
org.mybatis.dynamic.sql.where.condition.IsLessThanColumn<T>
- All Implemented Interfaces:
RenderableCondition<T>
-
Field Summary
Fields inherited from class AbstractColumnComparisonCondition
rightColumn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsLessThanColumn<T> of(BasicColumn column) operator()Methods inherited from class AbstractColumnComparisonCondition
renderConditionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RenderableCondition
isEmpty, renderingSkipped, renderLeftColumn, shouldRender
-
Constructor Details
-
IsLessThanColumn
-
-
Method Details
-
operator
- Specified by:
operatorin classAbstractColumnComparisonCondition<T>
-
of
-