Package org.mybatis.dynamic.sql
Interface Callback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
in favor of the new statement configuration functionality
Provides a callback function for empty "in" conditions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call()
Deprecated.static Callback
exceptionThrowingCallback
(String message) Deprecated.static Callback
exceptionThrowingCallback
(String message, Function<String, ? extends RuntimeException> exceptionBuilder) Deprecated.
-
Method Details
-
call
void call()Deprecated. -
exceptionThrowingCallback
Deprecated. -
exceptionThrowingCallback
static Callback exceptionThrowingCallback(String message, Function<String, ? extends RuntimeException> exceptionBuilder) Deprecated.
-