Uses of Interface
io.ebean.TransactionCallback
-
Packages that use TransactionCallback Package Description io.ebean -
-
Uses of TransactionCallback in io.ebean
Classes in io.ebean that implement TransactionCallback Modifier and Type Class Description classTransactionCallbackAdapterAdapter that can be extended for easier implementation of TransactionCallback.Methods in io.ebean with parameters of type TransactionCallback Modifier and Type Method Description voidDatabase. register(TransactionCallback transactionCallback)Register a TransactionCallback on the currently active transaction.static voidDB. register(TransactionCallback transactionCallback)Register a TransactionCallback on the currently active transaction.static voidEbean. register(TransactionCallback transactionCallback)Deprecated.Register a TransactionCallback on the currently active transaction.voidTransaction. register(TransactionCallback callback)Register a TransactionCallback with this transaction.
-