Uses of Interface
org.jdbi.v3.sqlobject.transaction.TransactionalConsumer
Packages that use TransactionalConsumer
Package
Description
sqlobject.transaction
annotations 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 TransactionalConsumerModifier and TypeMethodDescriptiondefault <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.