Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.db
/
Transaction
Transaction
interface
Transaction
<
T
>
:
AutoCloseable
Inheritors
TransactionWithDBConnection
Members
Properties
has
Child
Transactions
Link copied to clipboard
abstract
val
hasChildTransactions
:
Boolean
parent
Transaction
Link copied to clipboard
abstract
val
parentTransaction
:
Transaction
<
T
>
?
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
commit
Link copied to clipboard
abstract
fun
commit
(
scope
:
Scope
)
rollback
Link copied to clipboard
abstract
fun
rollback
(
scope
:
Scope
)