Package org.mybatis.dynamic.sql
Class AbstractNoValueCondition<T>
java.lang.Object
org.mybatis.dynamic.sql.AbstractNoValueCondition<T>
- All Implemented Interfaces:
VisitableCondition<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
accept
(ConditionVisitor<T, R> visitor) protected <S extends AbstractNoValueCondition<?>>
SfilterSupport
(BooleanSupplier booleanSupplier, Supplier<S> emptySupplier, S self) 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
-
AbstractNoValueCondition
public AbstractNoValueCondition()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceVisitableCondition<T>
-
filterSupport
protected <S extends AbstractNoValueCondition<?>> S filterSupport(BooleanSupplier booleanSupplier, Supplier<S> emptySupplier, S self) -
operator
-