Package org.mybatis.dynamic.sql
Class AbstractSubselectCondition<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractSubselectCondition<T>
- All Implemented Interfaces:
VisitableCondition<T>
- Direct Known Subclasses:
IsEqualToWithSubselect
,IsGreaterThanOrEqualToWithSubselect
,IsGreaterThanWithSubselect
,IsInWithSubselect
,IsLessThanOrEqualToWithSubselect
,IsLessThanWithSubselect
,IsNotEqualToWithSubselect
,IsNotInWithSubselect
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractSubselectCondition
(Buildable<SelectModel> selectModelBuilder) -
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(ConditionVisitor<T, R> visitor) abstract String
operator()
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
-
AbstractSubselectCondition
-
-
Method Details
-
selectModel
-
accept
- Specified by:
accept
in interfaceVisitableCondition<T>
-
operator
-