Uses of Interface
org.jdbi.v3.core.interceptor.JdbiInterceptor
-
Uses of JdbiInterceptor in org.jdbi.v3.core.interceptor
Modifier and TypeMethodDescriptionvoid
JdbiInterceptionChainHolder.addFirst
(JdbiInterceptor<S, T> interceptor) Registers a new interceptor at the beginning of the chain.void
JdbiInterceptionChainHolder.addLast
(JdbiInterceptor<S, T> interceptor) Registers a new interceptor at the end of the chain.