Uses of Package
org.jdbi.v3.core.transaction
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
transaction
package implements the strategy
Jdbi
uses to open and close transactions.sqlobject.transaction
annotations declaratively create transactions
wrapping a SqlObject method.-
ClassDescriptionInterface which defines callbacks to be used when transaction methods are called on a handle.Supported transaction isolation levels.
-
-
ClassDescriptionSimple delegating subclass that just invokes its delegate.This
TransactionHandler
uses local JDBC transactions demarcated explicitly on the handle and passed through to be handled directly on the JDBC Connection instance.Configuration for serializable transaction runner.Interface which defines callbacks to be used when transaction methods are called on a handle.Supported transaction isolation levels. -