Uses of Interface
org.jdbi.v3.core.interceptor.JdbiInterceptor
-
Packages that use JdbiInterceptor Package Description org.jdbi.v3.core.interceptor -
-
Uses of JdbiInterceptor in org.jdbi.v3.core.interceptor
Fields in org.jdbi.v3.core.interceptor with type parameters of type JdbiInterceptor Modifier and Type Field Description private java.util.List<JdbiInterceptor<S,T>>JdbiInterceptionChainHolder. interceptorsprivate java.util.Iterator<JdbiInterceptor<S,T>>JdbiInterceptionChainHolder.ChainInstance. iteratorMethods in org.jdbi.v3.core.interceptor with parameters of type JdbiInterceptor Modifier and Type Method Description voidJdbiInterceptionChainHolder. 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.
-