Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.where.condition | |
org.mybatis.dynamic.sql.where.render |
Modifier and Type | Method and Description |
---|---|
protected <S extends AbstractSingleValueCondition<T>> |
AbstractSingleValueCondition.filterSupport(Predicate<? super T> predicate,
Supplier<S> emptySupplier,
S self) |
protected <R,S extends AbstractSingleValueCondition<R>> |
AbstractSingleValueCondition.mapSupport(Function<? super T,? extends R> mapper,
Function<R,S> constructor,
Supplier<S> emptySupplier) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractSingleValueCondition<T> |
AbstractSingleValueCondition.filter(Predicate<? super T> predicate)
If renderable and the value matches the predicate, returns this condition.
|
Modifier and Type | Method and Description |
---|---|
R |
ConditionVisitor.visit(AbstractSingleValueCondition<T> condition) |
Modifier and Type | Class and Description |
---|---|
class |
IsEqualTo<T> |
class |
IsGreaterThan<T> |
class |
IsGreaterThanOrEqualTo<T> |
class |
IsLessThan<T> |
class |
IsLessThanOrEqualTo<T> |
class |
IsLike<T> |
class |
IsLikeCaseInsensitive |
class |
IsNotEqualTo<T> |
class |
IsNotLike<T> |
class |
IsNotLikeCaseInsensitive |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
WhereConditionVisitor.visit(AbstractSingleValueCondition<T> condition) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.