Uses of Enum Class
org.jdbi.v3.core.transaction.TransactionIsolationLevel

Packages that use TransactionIsolationLevel
Package
Description
The 'core' package hosts the top level interface into jdbi core.
Provides asynchronous execution of Jdbi operations.
The transaction package implements the strategy Jdbi uses to open and close transactions.
sqlobject.transaction annotations declaratively create transactions wrapping a SqlObject method.