Uses of Class
org.jdbi.v3.core.transaction.DelegatingTransactionHandler
Package
Description
The
transaction
package implements the strategy
Jdbi
uses to open and close transactions.-
Uses of DelegatingTransactionHandler in org.jdbi.v3.core.transaction
Modifier and TypeClassDescriptionclass
A transaction handler that always callsrollback(org.jdbi.v3.core.Handle)
instead ofRollbackOnlyTransactionHandler.commit(org.jdbi.v3.core.Handle)
.class
A TransactionHandler that automatically retries transactions that fail due to serialization failures, which can generally be resolved by automatically retrying the transaction.