Class JdbiUtil
java.lang.Object
org.jdbi.v3.spring.JdbiUtil
Utility for working with Jdbi and Spring transaction bound resources
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeIfNeeded
(Handle handle) Close a handle if it is not transactionally bound, otherwise no-opstatic Handle
Obtain a Handle instance, either the transactionally bound one if we are in a transaction, or a new one otherwise.
-
Method Details
-
getHandle
-
closeIfNeeded
Close a handle if it is not transactionally bound, otherwise no-op- Parameters:
handle
- the handle to consider closing
-