| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.mixins |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
<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 © 2016. All rights reserved.