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 HandleScopeJdbi.getHandleScope()Returns the internalHandleScopeobject.static HandleScopeHandleScope.threadLocal()Methods in org.jdbi.v3.core with parameters of type HandleScopeModifier and TypeMethodDescriptionfinal voidJdbi.setHandleScope(HandleScope handleScope) Set theHandleScopeobject.