Uses of Interface
io.ebean.TransactionCallback
Packages that use TransactionCallback
-
Uses of TransactionCallback in io.ebean
Classes in io.ebean that implement TransactionCallbackModifier and TypeClassDescriptionclassAdapter that can be extended for easier implementation of TransactionCallback.Methods in io.ebean with parameters of type TransactionCallbackModifier and TypeMethodDescriptionvoidDatabase.register(TransactionCallback transactionCallback) Register a TransactionCallback on the currently active transaction.static voidDB.register(TransactionCallback transactionCallback) Register a TransactionCallback on the currently active transaction.voidTransaction.register(TransactionCallback callback) Register a TransactionCallback with this transaction.