| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.transaction |
sqlobject.transaction annotations declaratively create transactions
wrapping a SqlObject method. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transactional<This extends Transactional<This>>
A mixin interface to expose transaction methods on the sql object.
|
interface |
TransactionalCallback<R,T extends Transactional<T>,X extends Exception>
Callback that expects an open transaction and produces a result.
|
interface |
TransactionalConsumer<T extends Transactional<T>,X extends Exception>
Callback that expects an open transaction and returns no results.
|
Copyright © 2017. All rights reserved.