Uses of Interface
io.agroal.api.transaction.TransactionAware.SQLCallable
Packages that use TransactionAware.SQLCallable
-
Uses of TransactionAware.SQLCallable in io.agroal.api.transaction
Methods in io.agroal.api.transaction with parameters of type TransactionAware.SQLCallableModifier and TypeMethodDescriptionvoidTransactionAware.transactionCheckCallback(TransactionAware.SQLCallable<Boolean> transactionCheck) Set a callback trap to prevent lazy / deferred enlistment.