Uses of Interface
org.jdbi.v3.core.interceptor.JdbiInterceptor
Packages that use JdbiInterceptor
-
Uses of JdbiInterceptor in org.jdbi.v3.core.interceptor
Methods in org.jdbi.v3.core.interceptor with parameters of type JdbiInterceptorModifier 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.