Uses of Interface
org.jdbi.v3.core.HandleScope
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of HandleScope in org.jdbi.v3.core
Modifier and TypeMethodDescriptionfinal HandleScope
Jdbi.getHandleScope()
Returns the internalHandleScope
object.static HandleScope
HandleScope.threadLocal()
Modifier and TypeMethodDescriptionfinal void
Jdbi.setHandleScope
(HandleScope handleScope) Set theHandleScope
object.