Uses of Interface
org.mybatis.dynamic.sql.Callback
-
Packages that use Callback Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.where.condition -
-
Uses of Callback in org.mybatis.dynamic.sql
Fields in org.mybatis.dynamic.sql declared as Callback Modifier and Type Field Description protected Callback
AbstractListValueCondition.AbstractListConditionBuilder. emptyCallback
protected Callback
AbstractListValueCondition. emptyCallback
Methods in org.mybatis.dynamic.sql that return Callback Modifier and Type Method Description static Callback
Callback. exceptionThrowingCallback(String message)
static Callback
Callback. exceptionThrowingCallback(String message, Function<String,? extends RuntimeException> exceptionBuilder)
Methods in org.mybatis.dynamic.sql with parameters of type Callback Modifier and Type Method Description S
AbstractListValueCondition.AbstractListConditionBuilder. withEmptyCallback(Callback emptyCallback)
abstract S
AbstractListValueCondition. withListEmptyCallback(Callback callback)
-
Uses of Callback in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition with parameters of type Callback Modifier and Type Method Description IsIn<T>
IsIn. withListEmptyCallback(Callback callback)
IsInCaseInsensitive
IsInCaseInsensitive. withListEmptyCallback(Callback callback)
IsInCaseInsensitiveWhenPresent
IsInCaseInsensitiveWhenPresent. withListEmptyCallback(Callback callback)
IsInWhenPresent<T>
IsInWhenPresent. withListEmptyCallback(Callback callback)
IsNotIn<T>
IsNotIn. withListEmptyCallback(Callback callback)
IsNotInCaseInsensitive
IsNotInCaseInsensitive. withListEmptyCallback(Callback callback)
IsNotInCaseInsensitiveWhenPresent
IsNotInCaseInsensitiveWhenPresent. withListEmptyCallback(Callback callback)
IsNotInWhenPresent<T>
IsNotInWhenPresent. withListEmptyCallback(Callback callback)
-