TransactionWithoutReturn

interface TransactionWithoutReturn : TransactionCallbacks

Functions

afterCommit
Link copied to clipboard
common
abstract fun afterCommit(function: () -> Unit)
afterRollback
Link copied to clipboard
common
abstract fun afterRollback(function: () -> Unit)
rollback
Link copied to clipboard
common
abstract fun rollback(): Nothing
Rolls back this transaction.
transaction
Link copied to clipboard
common
abstract fun transaction(body: TransactionWithoutReturn.() -> Unit)
Begin an inner transaction.