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 AbstractListValueCondition<T>> |
AbstractListValueCondition.filterSupport(Predicate<? super T> predicate,
BiFunction<Collection<T>,Callback,S> constructor,
S self,
Supplier<S> emptySupplier) |
protected <R,S extends AbstractListValueCondition<R>> |
AbstractListValueCondition.mapSupport(Function<? super T,? extends R> mapper,
BiFunction<Collection<R>,Callback,S> constructor,
Supplier<S> emptySupplier) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractListValueCondition<T> |
AbstractListValueCondition.filter(Predicate<? super T> predicate)
If renderable, apply the predicate to each value in the list and return a new condition with the filtered values.
|
abstract AbstractListValueCondition<T> |
AbstractListValueCondition.withListEmptyCallback(Callback callback) |
Modifier and Type | Method and Description |
---|---|
R |
ConditionVisitor.visit(AbstractListValueCondition<T> condition) |
Modifier and Type | Class and Description |
---|---|
class |
IsIn<T> |
class |
IsInCaseInsensitive |
class |
IsNotIn<T> |
class |
IsNotInCaseInsensitive |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
WhereConditionVisitor.visit(AbstractListValueCondition<T> condition) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.