| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.transaction |
sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method. |
| Modifier and Type | Method and Description |
|---|---|
default <X extends Exception> |
Transactional.useTransaction(TransactionalConsumer<This,X> callback)
Executes the given callback within a transaction.
|
default <X extends Exception> |
Transactional.useTransaction(TransactionIsolationLevel isolation,
TransactionalConsumer<This,X> callback)
Executes the given callback within a transaction.
|
Copyright © 2017. All rights reserved.