Uses of Interface
org.jdbi.v3.core.HandleScope
Packages that use HandleScope
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of HandleScope in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return HandleScopeModifier and TypeMethodDescriptionfinal HandleScope
Jdbi.getHandleScope()
Returns the internalHandleScope
object.static HandleScope
HandleScope.threadLocal()
Methods in org.jdbi.v3.core with parameters of type HandleScopeModifier and TypeMethodDescriptionfinal void
Jdbi.setHandleScope
(HandleScope handleScope) Set theHandleScope
object.