| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.transaction |
sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method. |
| Modifier and Type | Method and Description |
|---|---|
default TransactionalCallback<Void,T,X> |
TransactionalConsumer.asCallback() |
| Modifier and Type | Method and Description |
|---|---|
default <R,X extends Exception> |
Transactional.inTransaction(TransactionalCallback<R,This,X> callback)
Executes the given callback within a transaction, returning the value returned by the callback.
|
default <R,X extends Exception> |
Transactional.inTransaction(TransactionIsolationLevel isolation,
TransactionalCallback<R,This,X> callback)
Executes the given callback within a transaction, returning the value returned by the callback.
|
Copyright © 2019. All rights reserved.