| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.transaction |
The
transaction package implements the strategy
Jdbi uses to open and close transactions. |
| Class and Description |
|---|
| TransactionHandler
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
| TransactionIsolationLevel
Supported transaction isolation levels.
|
| Class and Description |
|---|
| DelegatingTransactionHandler
Simple delegating subclass that just invokes its delegate.
|
| SerializableTransactionRunner.Configuration
Configuration for serializable transaction runner
|
| TransactionHandler
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
| TransactionIsolationLevel
Supported transaction isolation levels.
|
Copyright © 2019. All rights reserved.