Uses of Interface
org.jdbi.v3.sqlobject.transaction.TransactionalConsumer
-
Packages that use TransactionalConsumer Package Description org.jdbi.v3.sqlobject.transaction sqlobject.transactionannotations declaratively create transactions wrapping a SqlObject method. -
-
Uses of TransactionalConsumer in org.jdbi.v3.sqlobject.transaction
Methods in org.jdbi.v3.sqlobject.transaction with parameters of type TransactionalConsumer Modifier and Type Method Description default <X extends Exception>
voidTransactional. useTransaction(TransactionIsolationLevel isolation, TransactionalConsumer<This,X> callback)Executes the given callback within a transaction.default <X extends Exception>
voidTransactional. useTransaction(TransactionalConsumer<This,X> callback)Executes the given callback within a transaction.
-