Uses of Interface
org.jdbi.v3.core.interceptor.JdbiInterceptionChain
Packages that use JdbiInterceptionChain
-
Uses of JdbiInterceptionChain in org.jdbi.v3.core.interceptor
Methods in org.jdbi.v3.core.interceptor with parameters of type JdbiInterceptionChainModifier and TypeMethodDescriptionJdbiInterceptor.intercept
(S source, JdbiInterceptionChain<T> chain) Process a given source object.