Uses of Class
org.mybatis.dynamic.sql.AbstractListValueCondition
Packages that use AbstractListValueCondition
-
Uses of AbstractListValueCondition in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql with type parameters of type AbstractListValueConditionModifier and TypeMethodDescriptionprotected <S extends AbstractListValueCondition<T>>
SAbstractListValueCondition.filterSupport(Predicate<? super T> predicate, Function<Collection<T>, S> constructor, S self, Supplier<S> emptySupplier) protected <R,S extends AbstractListValueCondition<R>>
SAbstractListValueCondition.mapSupport(Function<? super T, ? extends R> mapper, Function<Collection<R>, S> constructor, Supplier<S> emptySupplier) Methods in org.mybatis.dynamic.sql that return AbstractListValueConditionModifier and TypeMethodDescriptionIf renderable and the value matches the predicate, returns this condition.<R> AbstractListValueCondition<R> If renderable, apply the mapping to the value and return a new condition with the new value. -
Uses of AbstractListValueCondition in org.mybatis.dynamic.sql.where.condition
Subclasses of AbstractListValueCondition in org.mybatis.dynamic.sql.where.condition