Uses of Interface
io.ebean.TransactionCallback
Packages that use TransactionCallback
-
Uses of TransactionCallback in io.ebean
Classes in io.ebean that implement TransactionCallbackModifier and TypeClassDescriptionclass
Adapter that can be extended for easier implementation of TransactionCallback.Methods in io.ebean with parameters of type TransactionCallbackModifier and TypeMethodDescriptionvoid
Database.register
(TransactionCallback transactionCallback) Register a TransactionCallback on the currently active transaction.static void
DB.register
(TransactionCallback transactionCallback) Register a TransactionCallback on the currently active transaction.void
Transaction.register
(TransactionCallback callback) Register a TransactionCallback with this transaction.