Uses of Interface
org.mybatis.dynamic.sql.Callback
Packages that use Callback
-
Uses of Callback in org.mybatis.dynamic.sql
Fields in org.mybatis.dynamic.sql declared as CallbackModifier and TypeFieldDescriptionprotected final Callback
AbstractListValueCondition.emptyCallback
Deprecated.in favor of the statement configuration functionsMethods in org.mybatis.dynamic.sql that return CallbackModifier and TypeMethodDescriptionstatic Callback
Callback.exceptionThrowingCallback
(String message) Deprecated.static Callback
Callback.exceptionThrowingCallback
(String message, Function<String, ? extends RuntimeException> exceptionBuilder) Deprecated.Methods in org.mybatis.dynamic.sql with parameters of type CallbackModifier and TypeMethodDescriptionabstract AbstractListValueCondition<T>
AbstractListValueCondition.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functionsMethod parameters in org.mybatis.dynamic.sql with type arguments of type CallbackModifier and TypeMethodDescriptionprotected <S extends AbstractListValueCondition<T>>
SAbstractListValueCondition.filterSupport
(Predicate<? super T> predicate, BiFunction<Collection<T>, Callback, S> constructor, S self, Supplier<S> emptySupplier) protected <R,
S extends AbstractListValueCondition<R>>
SAbstractListValueCondition.mapSupport
(Function<? super T, ? extends R> mapper, BiFunction<Collection<R>, Callback, S> constructor, Supplier<S> emptySupplier) Constructors in org.mybatis.dynamic.sql with parameters of type CallbackModifierConstructorDescriptionprotected
AbstractListValueCondition
(Collection<T> values, Callback emptyCallback) Deprecated.in favor of the statement configuration functions -
Uses of Callback in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition with parameters of type CallbackModifier and TypeMethodDescriptionIsIn.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functionsIsInCaseInsensitive.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functionsIsNotIn.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functionsIsNotInCaseInsensitive.withListEmptyCallback
(Callback callback) Deprecated.in favor of the statement configuration functionsConstructors in org.mybatis.dynamic.sql.where.condition with parameters of type CallbackModifierConstructorDescriptionprotected
IsIn
(Collection<T> values, Callback emptyCallback) Deprecated.in favor of the statement configuration functionsprotected
IsInCaseInsensitive
(Collection<String> values, Callback emptyCallback) Deprecated.in favor of the statement configuration functionsprotected
IsNotIn
(Collection<T> values, Callback emptyCallback) Deprecated.in favor of the statement configuration functionsprotected
IsNotInCaseInsensitive
(Collection<String> values, Callback emptyCallback) Deprecated.in favor of the statement configuration functions