Uses of Package
org.jdbi.v3.core.transaction
Packages that use 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.-
Classes in org.jdbi.v3.core.transaction used by org.jdbi.v3.coreClassDescriptionInterface which defines callbacks to be used when transaction methods are called on a handle.Supported transaction isolation levels.
-
Classes in org.jdbi.v3.core.transaction used by org.jdbi.v3.core.async
-
Classes in org.jdbi.v3.core.transaction used by org.jdbi.v3.core.transactionClassDescriptionSimple 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. -
Classes in org.jdbi.v3.core.transaction used by org.jdbi.v3.sqlobject.transaction