Uses of Interface
org.jdbi.v3.core.interceptor.JdbiInterceptor
Packages that use JdbiInterceptor
-
Uses of JdbiInterceptor in org.jdbi.v3.core.interceptor
Fields in org.jdbi.v3.core.interceptor with type parameters of type JdbiInterceptorModifier and TypeFieldDescriptionprivate final List<JdbiInterceptor<S,T>> JdbiInterceptionChainHolder.interceptorsprivate final Iterator<JdbiInterceptor<S,T>> JdbiInterceptionChainHolder.ChainInstance.iteratorMethods in org.jdbi.v3.core.interceptor with parameters of type JdbiInterceptorModifier and TypeMethodDescriptionvoidJdbiInterceptionChainHolder.addFirst(JdbiInterceptor<S, T> interceptor) Registers a new interceptor at the beginning of the chain.voidJdbiInterceptionChainHolder.addLast(JdbiInterceptor<S, T> interceptor) Registers a new interceptor at the end of the chain.