public class JdbiThreadLocals extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V,L> V |
invokeInContext(ThreadLocal<L> threadLocal,
L context,
Callable<V> task) |
public static <V,L> V invokeInContext(ThreadLocal<L> threadLocal, L context, Callable<V> task) throws Exception
ExceptionCopyright © 2019. All rights reserved.