Annotation Interface RegisterSqlExceptionHandler
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(RegisterSqlExceptionHandlers.class)
@Beta
public @interface RegisterSqlExceptionHandler
Register a SQLException handler in the context of a SQL Object type or method.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends org.jdbi.v3.core.statement.SqlExceptionHandler> valueThe exception handler class to register- Returns:
- the exception handler class
-