Class IsEqualToWithSubselect<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
org.mybatis.dynamic.sql.where.condition.IsEqualToWithSubselect<T>
- All Implemented Interfaces:
VisitableCondition<T>
-
Constructor Summary
ModifierConstructorDescriptionprotected
IsEqualToWithSubselect
(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IsEqualToWithSubselect
<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
-
IsEqualToWithSubselect
-
-
Method Details
-
of
-
operator
- Specified by:
operator
in classAbstractSubselectCondition<T>
-