Uses of Interface
io.ebean.TransactionCallback
-
Uses of TransactionCallback in io.ebean
Modifier and TypeClassDescriptionclass
Adapter that can be extended for easier implementation of TransactionCallback.Modifier 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.