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 class
TransactionCallbackAdapter
Adapter that can be extended for easier implementation of TransactionCallback.Methods in io.ebean with parameters of type TransactionCallback Modifier and Type Method Description void
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.static void
Ebean. register(TransactionCallback transactionCallback)
Deprecated.Register a TransactionCallback on the currently active transaction.void
Transaction. register(TransactionCallback callback)
Register a TransactionCallback with this transaction.
-