Class IsNotEqualToWithSubselect<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
org.mybatis.dynamic.sql.where.condition.IsNotEqualToWithSubselect<T>
- All Implemented Interfaces:
VisitableCondition<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IsNotEqualToWithSubselect
(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsNotEqualToWithSubselect<T>
of
(Buildable<SelectModel> selectModelBuilder) renderCondition
(String columnName, 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
renderingSkipped, shouldRender
-
Constructor Details
-
IsNotEqualToWithSubselect
-
-
Method Details
-
of
@NotNull public static <T> IsNotEqualToWithSubselect<T> of(Buildable<SelectModel> selectModelBuilder) -
renderCondition
- Specified by:
renderCondition
in classAbstractSubselectCondition<T>
-