TransactionCallbacks

interface TransactionCallbacks

Functions

afterCommit
Link copied to clipboard
common
abstract fun afterCommit(function: () -> Unit)
afterRollback
Link copied to clipboard
common
abstract fun afterRollback(function: () -> Unit)

Inheritors

TransactionWithReturn
Link copied to clipboard
TransactionWithoutReturn
Link copied to clipboard
Transacter
Link copied to clipboard